org.acegisecurity.providers.x509 |
An authentication provider that can process X.509 certificaties.
|
Java Source File Name | Type | Comment |
X509AuthenticationProvider.java | Class | |
X509AuthenticationProviderTests.java | Class | |
X509AuthenticationToken.java | Class | Authentication implementation for X.509 client-certificate authentication. |
X509AuthenticationTokenTests.java | Class | Tests for
X509AuthenticationToken . |
X509AuthoritiesPopulator.java | Interface | 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. |
X509TestUtils.java | Class | Certificate creation utility for use in X.509 tests. |
X509UserCache.java | Interface | Provides a cache of
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. |