|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Credentials | |
|---|---|
| no.feide.moria.directory | Classes implementing the Directory Manager (DM). |
| no.feide.moria.directory.backend | Classes defining the backend interfaces and various implementations of these. |
| Uses of Credentials in no.feide.moria.directory |
|---|
| Methods in no.feide.moria.directory with parameters of type Credentials | |
|---|---|
java.util.HashMap |
DirectoryManager.authenticate(java.lang.String sessionTicket,
Credentials userCredentials,
java.lang.String[] attributeRequest)
Forwards an authentication attempt to the underlying backend. |
| Uses of Credentials in no.feide.moria.directory.backend |
|---|
| Methods in no.feide.moria.directory.backend with parameters of type Credentials | |
|---|---|
java.util.HashMap |
JNDIBackend.authenticate(Credentials userCredentials,
java.lang.String[] attributeRequest)
Authenticates the user using the supplied credentials and retrieves the requested attributes. |
java.util.HashMap |
DummyBackend.authenticate(Credentials userCredentials,
java.lang.String[] attributeRequest)
Authenticates a user, if the user exists and the username equals the password. |
java.util.HashMap |
DirectoryManagerBackend.authenticate(Credentials userCredentials,
java.lang.String[] attributeRequest)
Attempts to authenticate a user and retrieve a set of user attributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||