站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 API 英文版文档

Uses of Class org.jboss.seam.security.AuthenticationException (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档


Uses of Class
org.jboss.seam.security.AuthenticationException

Packages that use AuthenticationException
org.jboss.seam.security.authenticator   
org.jboss.seam.security.provider   
 

Uses of AuthenticationException in org.jboss.seam.security.authenticator
 

Methods in org.jboss.seam.security.authenticator that throw AuthenticationException
 Identity Authenticator.authenticate(Identity ident)
           
 Identity Authenticator.authenticate(String username, String password)
           
abstract  Identity Authenticator.doAuthentication(Identity ident)
           
 Identity ProviderAuthenticator.doAuthentication(Identity authentication)
           
 

Uses of AuthenticationException in org.jboss.seam.security.provider
 

Methods in org.jboss.seam.security.provider that throw AuthenticationException
 Identity AuthenticationProvider.authenticate(Identity authentication)