|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationDAItf
An interface defines the generic properties of an authentication data service object.
Method Summary | |
---|---|
java.lang.String |
getEmail(java.lang.String loginName)
The email address associated with the login name. |
Role[] |
getRole(java.lang.String loginName)
Returns an array of Role objects associated with the login name. |
boolean |
isAuthenticationSuccessful(java.lang.String loginName,
java.lang.String passwd)
Returns the result of the user authentication. |
Method Detail |
---|
boolean isAuthenticationSuccessful(java.lang.String loginName, java.lang.String passwd)
loginName
- the login name of the userpasswd
- the password of the user
Role[] getRole(java.lang.String loginName)
loginName
- the login name of the user
java.lang.String getEmail(java.lang.String loginName)
loginName
- the login name of the user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |