当前页面:
在线文档首页 >
JBoss Seam 1.1.0 API 英文版文档
ProviderAuthenticator (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档
org.jboss.seam.security.authenticator
Class ProviderAuthenticator
java.lang.Object
org.jboss.seam.security.authenticator.Authenticator
org.jboss.seam.security.authenticator.ProviderAuthenticator
@Name(value="org.jboss.seam.security.authenticator")
@Scope(value=APPLICATION)
@Install(value=false,
precedence=0)
public class ProviderAuthenticator
- extends Authenticator
Performs authentication services against one or more providers.
- Author:
- Shane Bryzak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProviderAuthenticator
public ProviderAuthenticator()
doAuthentication
public Identity doAuthentication(Identity authentication)
throws AuthenticationException
- Specified by:
doAuthentication
in class Authenticator
- Parameters:
authentication
- Authentication
- Returns:
- Authentication
- Throws:
AuthenticationException
setProviders
public void setProviders(Object values)