| Home >> All >> org >> acegisecurity >> ui >> [ x509 Javadoc ] |
org.acegisecurity.ui.x509: Javadoc index of package org.acegisecurity.ui.x509.
Package Samples:
org.acegisecurity.ui.x509: Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc).
Classes:
X509ProcessingFilter: Processes the X.509 certificate submitted by a client browser when HTTPS is used with client-authentication enabled. An org.acegisecurity.providers.x509.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 org.acegisecurity.providers.x509.X509AuthenticationProvider ). If authentication is successful, an org.acegisecurity.event.authentication.InteractiveAuthenticationSuccessEvent will be published to the application context. No events will be published ...
X509ProcessingFilterEntryPoint: In the X.509 authentication case (unlike CAS, for example) the certificate will already have been extracted from the request and a secure context established by the time the security-enforcement filter is invoked. Therefore this class isn't actually responsible for the commencement of authentication, as it is in the case of other providers. It will be called if the certificate was rejected by Acegi's X509AuthenticationProvider, resulting in a null authentication. The commence method will always return an HttpServletResponse.SC_FORBIDDEN (403 error).
| Home | Contact Us | Privacy Policy | Terms of Service |