Uses of Class
org.acegisecurity.providers.AbstractAuthenticationToken

Packages that use AbstractAuthenticationToken
org.acegisecurity.adapters Allows external containers to obtain authentication information from the system. 
org.acegisecurity.providers Implements a provider-based approach to authentication decisions. 
org.acegisecurity.providers.anonymous Allows you to secure every invocation (especially useful for web request URI security) by always having either an actual principal or an anonymous principal authenticated. 
org.acegisecurity.providers.cas An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. 
org.acegisecurity.providers.jaas An authentication provider for JAAS. 
org.acegisecurity.providers.rememberme Authentication provider that processes RememberMeAuthenticationTokens. 
org.acegisecurity.providers.x509 An authentication provider that can process X.509 certificaties. 
org.acegisecurity.runas Allows secure objects to be run under a different authentication identity. 
 

Uses of AbstractAuthenticationToken in org.acegisecurity.adapters
 

Subclasses of AbstractAuthenticationToken in org.acegisecurity.adapters
 class AbstractAdapterAuthenticationToken
          Convenience superclass for AuthByAdapter implementations.
 class PrincipalAcegiUserToken
          A Principal compatible Authentication object.
 

Uses of AbstractAuthenticationToken in org.acegisecurity.providers
 

Subclasses of AbstractAuthenticationToken in org.acegisecurity.providers
 class TestingAuthenticationToken
          An Authentication implementation that is designed for use whilst unit testing.
 class UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Uses of AbstractAuthenticationToken in org.acegisecurity.providers.anonymous
 

Subclasses of AbstractAuthenticationToken in org.acegisecurity.providers.anonymous
 class AnonymousAuthenticationToken
          Represents an anonymous Authentication.
 

Uses of AbstractAuthenticationToken in org.acegisecurity.providers.cas
 

Subclasses of AbstractAuthenticationToken in org.acegisecurity.providers.cas
 class CasAuthenticationToken
          Represents a successful CAS Authentication.
 

Uses of AbstractAuthenticationToken in org.acegisecurity.providers.jaas
 

Subclasses of AbstractAuthenticationToken in org.acegisecurity.providers.jaas
 class JaasAuthenticationToken
          UsernamePasswordAuthenticationToken extension to carry the Jaas LoginContext that the user was logged into
 

Uses of AbstractAuthenticationToken in org.acegisecurity.providers.rememberme
 

Subclasses of AbstractAuthenticationToken in org.acegisecurity.providers.rememberme
 class RememberMeAuthenticationToken
          Represents a remembered Authentication.
 

Uses of AbstractAuthenticationToken in org.acegisecurity.providers.x509
 

Subclasses of AbstractAuthenticationToken in org.acegisecurity.providers.x509
 class X509AuthenticationToken
          Authentication implementation for X.509 client-certificate authentication.
 

Uses of AbstractAuthenticationToken in org.acegisecurity.runas
 

Subclasses of AbstractAuthenticationToken in org.acegisecurity.runas
 class RunAsUserToken
          An immutable Authentication implementation that supports RunAsManagerImpl.
 



Copyright © 2004-2010 Interface21, Inc. All Rights Reserved.