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

Uses of Class org.jboss.seam.security.AuthenticationException (JBoss Seam API Documentation) - JBoss Seam 1.1.0 cr1 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
 Authentication Authenticator.authenticate(Authentication authentication)
           
 Authentication Authenticator.authenticate(String username, String password)
           
abstract  Authentication Authenticator.doAuthentication(Authentication authentication)
           
 Authentication ProviderAuthenticator.doAuthentication(Authentication authentication)
           
 

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

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