Package | Description |
---|---|
org.acegisecurity.captcha |
Captcha classes.
|
org.acegisecurity.securechannel |
Classes that ensure web requests are received over required
transport channels.
|
org.acegisecurity.ui.webapp |
Authenticates users via HTTP properties, headers and session.
|
org.acegisecurity.util |
General utility classes used throughout the Acegi Security System.
|
Modifier and Type | Method and Description |
---|---|
PortMapper |
CaptchaEntryPoint.getPortMapper() |
Modifier and Type | Method and Description |
---|---|
void |
CaptchaEntryPoint.setPortMapper(PortMapper portMapper) |
Modifier and Type | Method and Description |
---|---|
PortMapper |
RetryWithHttpEntryPoint.getPortMapper() |
PortMapper |
RetryWithHttpsEntryPoint.getPortMapper() |
Modifier and Type | Method and Description |
---|---|
void |
RetryWithHttpEntryPoint.setPortMapper(PortMapper portMapper) |
void |
RetryWithHttpsEntryPoint.setPortMapper(PortMapper portMapper) |
Modifier and Type | Method and Description |
---|---|
PortMapper |
AuthenticationProcessingFilterEntryPoint.getPortMapper() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationProcessingFilterEntryPoint.setPortMapper(PortMapper portMapper) |
Modifier and Type | Class and Description |
---|---|
class |
PortMapperImpl
Concrete implementation of
PortMapper that obtains HTTP:HTTPS pairs from the application context. |
Modifier and Type | Method and Description |
---|---|
PortMapper |
PortResolverImpl.getPortMapper() |
Modifier and Type | Method and Description |
---|---|
void |
PortResolverImpl.setPortMapper(PortMapper portMapper) |
Copyright © 2004–2019 Interface21, Inc. All rights reserved.