Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.adapters.cas.* (2)org.acegisecurity.adapters.catalina.* (1)
org.acegisecurity.adapters.jboss.* (2)org.acegisecurity.adapters.jetty.* (2)
org.acegisecurity.adapters.resin.* (1)

org.acegisecurity.adapters: Javadoc index of package org.acegisecurity.adapters.


Package Samples:

org.acegisecurity.adapters.resin: Allows external containers to obtain authentication information from the system.  
org.acegisecurity.adapters.jboss: Allows external containers to obtain authentication information from the system.  
org.acegisecurity.adapters.cas: Allows external containers to obtain authentication information from the system.  
org.acegisecurity.adapters.jetty
org.acegisecurity.adapters.catalina

Classes:

CasPasswordHandlerProxy: Enables CAS to use the Acegi Security System for authentication. This class works along with CasPasswordHandler to enable users to easily migrate from stand-alone Acegi Security System deployments to enterprise-wide CAS deployments. It should be noted that the Acegi Security System will operate as a CAS client irrespective of the PasswordHandler used on the CAS server. In other words, this class need not be used on the CAS server if not desired. It exists solely for the convenience of users wishing have CAS delegate to an Acegi Security System-based AuthenticationManager . This class works requires ...
AuthByAdapterProvider: An org.acegisecurity.providers.AuthenticationProvider implementation that can authenticate an AuthByAdapter . Configured in the bean context with a key that should match the key used by adapters to generate AuthByAdapter instances. It treats as valid any such instance presenting a hash code that matches the AuthByAdapterProvider -configured key. If the key does not match, a BadCredentialsException is thrown.
HttpRequestIntegrationFilter: Populates SecurityContext with the Authentication obtained from the container's HttpServletRequest.getUserPrincipal() . Use this filter with container adapters only. This filter never preserves the Authentication on the SecurityContext - it is replaced every request. See org.acegisecurity.context.HttpSessionContextIntegrationFilter for further information.
AuthByAdapter: Indicates a specialized, immutable, server-side only org.acegisecurity.Authentication class. Automatically considered valid by the AuthByAdapterProvider , provided the hash code presented by the implementation objects matches that expected by the AuthByAdapterProvider .
JettyAcegiUserRealm: Adapter to enable Jetty to authenticate via the Acegi Security System for Spring. Returns a JettyAcegiUserToken to Jetty's authentication system, which is subsequently available via HttpServletRequest.getUserPrincipal() .
CatalinaAcegiUserRealm: Adapter to enable Catalina (Tomcat) to authenticate via the Acegi Security System for Spring. Returns a org.acegisecurity.adapters.PrincipalAcegiUserToken to Catalina's authentication system, which is subsequently available via HttpServletRequest.getUserPrincipal() .
JbossIntegrationFilter: Populates a org.acegisecurity.context.security.SecureContext from JBoss' java:comp/env/security/subject . This filter never preserves the Authentication on the ContextHolder - it is replaced every request. See HttpSessionContextIntegrationFilter for further information.
ResinAcegiAuthenticator: Adapter to enable Resin to authenticate via the Acegi Security System for Spring. Returns a org.acegisecurity.adapters.PrincipalAcegiUserToken to Resin's authentication system, which is subsequently available via HttpServletRequest.getUserPrincipal() .
JbossAcegiLoginModule: Adapter to enable JBoss to authenticate via the Acegi Security System for Spring. Returns a org.acegisecurity.adapters.PrincipalAcegiUserToken to JBoss' authentication system, which is subsequently available from java:comp/env/security/subject .
CasPasswordHandler: Provides actual CAS authentication by delegation to an AuthenticationManager . Do not use this class directly. Instead configure CAS to use the CasPasswordHandlerProxy .
PrincipalAcegiUserToken: A java.security.Principal compatible org.acegisecurity.Authentication object.
AbstractAdapterAuthenticationToken: Convenience superclass for AuthByAdapter implementations.
JettyAcegiUserToken: A Jetty compatible org.acegisecurity.Authentication object.

Home | Contact Us | Privacy Policy | Terms of Service