| Package | Description |
|---|---|
| org.acegisecurity.captcha |
Captcha classes.
|
| org.acegisecurity.securechannel |
Classes that ensure web requests are received over required
transport channels.
|
| org.acegisecurity.ui |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
| org.acegisecurity.ui.savedrequest |
Stores a
HttpServletRequest so that it can subsequently be emulated by the
SavedRequestAwareWrapper. |
| org.acegisecurity.ui.webapp |
Authenticates users via HTTP properties, headers and session.
|
| org.acegisecurity.util |
General utility classes used throughout the Acegi Security System.
|
| org.acegisecurity.wrapper |
Populates a Servlet request with a new Acegi Security compliant
HttpServletRequestWrapper. |
| Modifier and Type | Method and Description |
|---|---|
PortResolver |
CaptchaEntryPoint.getPortResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaptchaEntryPoint.setPortResolver(PortResolver portResolver) |
| Modifier and Type | Method and Description |
|---|---|
PortResolver |
RetryWithHttpEntryPoint.getPortResolver() |
PortResolver |
RetryWithHttpsEntryPoint.getPortResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
RetryWithHttpEntryPoint.setPortResolver(PortResolver portResolver) |
void |
RetryWithHttpsEntryPoint.setPortResolver(PortResolver portResolver) |
| Modifier and Type | Method and Description |
|---|---|
PortResolver |
ExceptionTranslationFilter.getPortResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionTranslationFilter.setPortResolver(PortResolver portResolver) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SavedRequest.doesRequestMatch(javax.servlet.http.HttpServletRequest request,
PortResolver portResolver)
Determines if the current request matches the
SavedRequest. |
| Constructor and Description |
|---|
SavedRequest(javax.servlet.http.HttpServletRequest request,
PortResolver portResolver) |
| Modifier and Type | Method and Description |
|---|---|
PortResolver |
AuthenticationProcessingFilterEntryPoint.getPortResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationProcessingFilterEntryPoint.setPortResolver(PortResolver portResolver) |
| Modifier and Type | Class and Description |
|---|---|
class |
PortResolverImpl
Concrete implementation of
PortResolver that obtains the port from
ServletRequest.getServerPort(). |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityContextHolderAwareRequestFilter.setPortResolver(PortResolver portResolver) |
| Constructor and Description |
|---|
SavedRequestAwareWrapper(javax.servlet.http.HttpServletRequest request,
PortResolver portResolver) |
SecurityContextHolderAwareRequestWrapper(javax.servlet.http.HttpServletRequest request,
PortResolver portResolver) |
Copyright © 2021. All rights reserved.