|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Authentication
Title: Authentication.java
Description: Interface of the service layer
Java Version: JDK 1.5
Method Summary | |
---|---|
LdapUser |
authAdvanced(java.lang.String username,
java.lang.String password)
This method receives from the API implementation the username and password. |
void |
authSimple(java.lang.String username,
java.lang.String password)
This methodes receivse from the API implementation the username and password. |
Method Detail |
---|
void authSimple(java.lang.String username, java.lang.String password) throws javax.security.auth.login.LoginException, HeraclesException
username
- String
: users usernamepassword
- String
: password of the user
javax.security.auth.login.LoginException
HeraclesException
LdapUser authAdvanced(java.lang.String username, java.lang.String password) throws javax.security.auth.login.LoginException, javax.naming.NamingException, HeraclesException
username
- String
: users usernamepassword
- String
: password of the user
LdapUser
javax.security.auth.login.LoginException
javax.naming.NamingException
HeraclesException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |