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

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


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

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

Uses of Identity in org.jboss.seam.security
 

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

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

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

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

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

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

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

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