Uses of Package
org.acegisecurity.providers

Packages that use org.acegisecurity.providers
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.dao An authentication provider that relies upon a data access object. 
org.acegisecurity.providers.jaas An authentication provider for JAAS. 
org.acegisecurity.providers.ldap The LDAP authentication provider package. 
org.acegisecurity.providers.rcp Allows remote clients to authenticate and obtain a populated Authentication object. 
org.acegisecurity.providers.rememberme Authentication provider that processes RememberMeAuthenticationTokens. 
org.acegisecurity.providers.siteminder A Siteminder authentication provider. 
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. 
org.acegisecurity.ui.webapp Authenticates users via HTTP properties, headers and session. 
 

Classes in org.acegisecurity.providers used by org.acegisecurity.adapters
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.providers
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.providers.anonymous
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.providers.dao
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.providers.jaas
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.providers.ldap
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.providers.rcp
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.providers.rememberme
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.providers.siteminder
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.providers.x509
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.runas
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.acegisecurity.providers used by org.acegisecurity.ui.webapp
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 



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