|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationInterface
KAoSAuthenticationInterface
Method Summary | |
---|---|
void |
addAuthenticationObject(KAoSAuthenticationObject kao)
Allows to add an authentication object to the Directory Service database. |
void |
editAuthenticationObject(KAoSAuthenticationObject kao)
Allows to edit an authentication object at the Directory Service database. |
java.util.Map<java.lang.String,KAoSAuthenticationObject> |
getAllAuthenticationObjects()
Allows to get all the authentication objects from the Directory Service database. |
boolean |
isUsernameRegistered(java.lang.String userid,
java.lang.String password)
Checks if the username is in the Directory Service database. |
void |
removeAuthenticationObject(KAoSAuthenticationObject kao)
Allows to remove an authentication object from the Directory Service database. |
Method Detail |
---|
void addAuthenticationObject(KAoSAuthenticationObject kao) throws DirectoryFailure
kao
- the authentication object
DirectoryFailure
void editAuthenticationObject(KAoSAuthenticationObject kao) throws DirectoryFailure
kao
- the authentication object
DirectoryFailure
void removeAuthenticationObject(KAoSAuthenticationObject kao) throws DirectoryFailure
kao
- the authentication object
DirectoryFailure
boolean isUsernameRegistered(java.lang.String userid, java.lang.String password) throws DirectoryFailure
userid
- the user namepassword
- the user password
DirectoryFailure
java.util.Map<java.lang.String,KAoSAuthenticationObject> getAllAuthenticationObjects() throws DirectoryFailure
DirectoryFailure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |