|
|||||||||
| 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. |
| 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 AuthenticatoruserName - user name to checkpassword - password to check. If this parameter is null, this method should
return information about the user without checking the password
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||