Callback handler that validates a certificate using an Acegi AuthenticationManager. Logic based on
Acegi's X509ProcessingFilter.
An Acegi X509AuthenticationToken is created with the certificate as the credentials.
The configured authentication manager is expected to supply a provider which can handle this token (usually an
instance of X509AuthenticationProvider).
This class only handles CertificateValidationCallbacks, and throws an
UnsupportedCallbackException for others.
AuthenticationManager. Logic based on Acegi'sX509ProcessingFilter. An AcegiX509AuthenticationTokenis created with the certificate as the credentials. The configured authentication manager is expected to supply a provider which can handle this token (usually an instance ofX509AuthenticationProvider). This class only handlesCertificateValidationCallbacks, and throws anUnsupportedCallbackExceptionfor others.