| 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 .
author: Luke Taylor version: $Id: X509AuthoritiesPopulator.java 1496 2006-05-23 13:38:33Z benalex $ |