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

Quick Search    Search Deep

org.acegisecurity.providers.x509.cache.* (2)org.acegisecurity.providers.x509.populator.* (1)

org.acegisecurity.providers.x509: Javadoc index of package org.acegisecurity.providers.x509.


Package Samples:

org.acegisecurity.providers.x509.cache: Implements a provider-based approach to authentication decisions.  
org.acegisecurity.providers.x509.populator

Classes:

X509UserCache: Provides a cache of org.acegisecurity.userdetails.UserDetails objects for the X509AuthenticationProvider . Similar in function to the org.acegisecurity.providers.dao.UserCache used by the Dao provider, but the cache is keyed with the user's certificate rather than the user name.
X509AuthoritiesPopulator: Populates the UserDetails associated with the X.509 certificate presented by a client. Although the certificate will already have been validated by the web container, implementations may choose to perform additional application-specific checks on the certificate content here. If an implementation chooses to reject the certificate, it should throw a org.acegisecurity.BadCredentialsException .
DaoX509AuthoritiesPopulator: Populates the X509 authorities via an org.acegisecurity.userdetails.UserDetailsService .
X509AuthenticationProvider: Processes an X.509 authentication request. The request will typically originate from org.acegisecurity.ui.x509.X509ProcessingFilter ).
EhCacheBasedX509UserCache: Caches User objects using a Spring IoC defined EHCACHE .
X509AuthenticationToken: Authentication implementation for X.509 client-certificate authentication.
NullX509UserCache: "Cache" that doesn't do any caching.

Home | Contact Us | Privacy Policy | Terms of Service