|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.extensionpoint.support.TypeInstance
com.pmease.quickbuild.security.Authenticator
com.pmease.quickbuild.security.FailSafeAuthenticator
public class FailSafeAuthenticator
Constructor Summary | |
---|---|
FailSafeAuthenticator()
|
Method Summary | |
---|---|
AuthenticationResult |
authenticate(java.lang.String userName,
java.lang.String password)
Authenticate specified user name and password against the authentication system represented by this authenticator. |
java.lang.String |
getEmail(java.lang.String userName)
Get email address of specified user in the authentication system represented by this authenticator. |
Methods inherited from class com.pmease.quickbuild.security.Authenticator |
---|
getDefaultGroupName, getDescription, getName, isDisabled, setDefaultGroupName, setDescription, setDisabled, setName |
Methods inherited from class com.pmease.quickbuild.extensionpoint.support.TypeInstance |
---|
getPlugin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FailSafeAuthenticator()
Method Detail |
---|
public AuthenticationResult authenticate(java.lang.String userName, java.lang.String password)
Authenticator
authenticate
in class Authenticator
userName
- user name to checkpassword
- password to check
public java.lang.String getEmail(java.lang.String userName)
Authenticator
getEmail
in class Authenticator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |