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

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


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

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

Uses of Authentication in org.jboss.seam.security
 

Subclasses of Authentication in org.jboss.seam.security
 class UsernamePasswordToken
           
 

Methods in org.jboss.seam.security that return Authentication
static Authentication Authentication.instance()
           
 

Methods in org.jboss.seam.security with parameters of type Authentication
 Permissions SeamSecurityManager.getPermissions(Object value, Authentication auth)
           
 

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

Methods in org.jboss.seam.security.authenticator that return Authentication
 Authentication Authenticator.authenticate(Authentication authentication)
           
 Authentication Authenticator.authenticate(String username, String password)
           
abstract  Authentication Authenticator.doAuthentication(Authentication authentication)
           
 Authentication ProviderAuthenticator.doAuthentication(Authentication authentication)
           
 

Methods in org.jboss.seam.security.authenticator with parameters of type Authentication
 Authentication Authenticator.authenticate(Authentication authentication)
           
abstract  Authentication Authenticator.doAuthentication(Authentication authentication)
           
 Authentication ProviderAuthenticator.doAuthentication(Authentication authentication)
           
 

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

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

Methods in org.jboss.seam.security.provider with parameters of type Authentication
 Authentication AuthenticationProvider.authenticate(Authentication authentication)