@Named @RequestScoped public class JaasAuthenticator extends BaseAuthenticator implements org.jboss.seam.security.Authenticator
| Constructor and Description |
|---|
JaasAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate() |
CallbackHandler |
createCallbackHandler()
Creates a callback handler that can handle a standard username/password
callback, using the credentials username and password properties
|
String |
getJaasConfigName() |
protected LoginContext |
getLoginContext() |
void |
postAuthenticate() |
void |
setJaasConfigName(String jaasConfigName) |
getStatus, getUser, setStatus, setUserpublic void authenticate()
authenticate in interface org.jboss.seam.security.Authenticatorprotected LoginContext getLoginContext() throws LoginException
LoginExceptionpublic CallbackHandler createCallbackHandler()
public String getJaasConfigName()
public void setJaasConfigName(String jaasConfigName)
public void postAuthenticate()
postAuthenticate in interface org.jboss.seam.security.AuthenticatorpostAuthenticate in class BaseAuthenticatorCopyright © 2013 Seam Framework. All Rights Reserved.