public class DatabaseAuthenticator
extends ifs.fnd.sf.j2ee.security.reauth.spi.Authenticator
Constructor and Description |
---|
DatabaseAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
authenticate(java.lang.String user,
java.lang.String password,
java.util.Map conf)
Authenticates a user using the method of re-authentication of this provider.
|
ifs.fnd.sf.j2ee.security.reauth.spi.AuthMethod |
getAuthMethod()
Returns the type/method of re-authentication of this provider.
|
public void authenticate(java.lang.String user, java.lang.String password, java.util.Map conf) throws ifs.fnd.sf.j2ee.security.reauth.spi.ReAuthenticationException
ifs.fnd.sf.j2ee.security.reauth.spi.Authenticator
authenticate
in class ifs.fnd.sf.j2ee.security.reauth.spi.Authenticator
user
- Usernamepassword
- Passwordconf
- Configuration optionsifs.fnd.sf.j2ee.security.reauth.spi.ReAuthenticationException
- If re-authentication failspublic ifs.fnd.sf.j2ee.security.reauth.spi.AuthMethod getAuthMethod()
ifs.fnd.sf.j2ee.security.reauth.spi.Authenticator
getAuthMethod
in class ifs.fnd.sf.j2ee.security.reauth.spi.Authenticator