| Home >> All >> org >> acegisecurity >> ui >> [ webapp Javadoc ] |
org.acegisecurity.ui.webapp: Javadoc index of package org.acegisecurity.ui.webapp.
Package Samples:
org.acegisecurity.ui.webapp
Classes:
SiteminderAuthenticationProcessingFilter: Extends Acegi's AuthenticationProcessingFilter to pick up Netegrity Siteminder's headers. Also provides a backup form-based authentication and the ability set source key names. Siteminder must present two headers to this filter, a username and password. You must set the header keys before this filter is used for authentication, otherwise Siteminder checks will be skipped. If the Siteminder check is unsuccessful (i.e. if the headers are not found), then the form parameters will be checked (see next paragraph). This allows applications to optionally function even when their Siteminder infrastructure ...
AuthenticationProcessingFilterEntryPoint: Used by the SecurityEnforcementFilter to commence authentication via the AuthenticationProcessingFilter . This object holds the location of the login form, relative to the web app context path, and is used to commence a redirect to that form. By setting the forceHttps property to true, you may configure the class to force the protocol used for the login form to be HTTPS , even if the original intercepted request for a resource used the HTTP protocol. When this happens, after a successful login (via HTTPS), the original resource will still be accessed as HTTP, via the original request URL. For the ...
AuthenticationProcessingFilter: Processes an authentication form. Login forms must present two parameters to this filter: a username and password. The parameter names to use are contained in the static fields ACEGI_SECURITY_FORM_USERNAME_KEY 55 and ACEGI_SECURITY_FORM_PASSWORD_KEY 55 . Do not use this class directly. Instead configure web.xml to use the org.acegisecurity.util.FilterToBeanProxy .
| Home | Contact Us | Privacy Policy | Terms of Service |