|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortMapper | |
---|---|
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. |
Uses of PortMapper in org.acegisecurity.captcha |
---|
Methods in org.acegisecurity.captcha that return PortMapper | |
---|---|
PortMapper |
CaptchaEntryPoint.getPortMapper()
|
Methods in org.acegisecurity.captcha with parameters of type PortMapper | |
---|---|
void |
CaptchaEntryPoint.setPortMapper(PortMapper portMapper)
|
Uses of PortMapper in org.acegisecurity.securechannel |
---|
Methods in org.acegisecurity.securechannel that return PortMapper | |
---|---|
PortMapper |
RetryWithHttpEntryPoint.getPortMapper()
|
PortMapper |
RetryWithHttpsEntryPoint.getPortMapper()
|
Methods in org.acegisecurity.securechannel with parameters of type PortMapper | |
---|---|
void |
RetryWithHttpEntryPoint.setPortMapper(PortMapper portMapper)
|
void |
RetryWithHttpsEntryPoint.setPortMapper(PortMapper portMapper)
|
Uses of PortMapper in org.acegisecurity.ui.webapp |
---|
Methods in org.acegisecurity.ui.webapp that return PortMapper | |
---|---|
PortMapper |
AuthenticationProcessingFilterEntryPoint.getPortMapper()
|
Methods in org.acegisecurity.ui.webapp with parameters of type PortMapper | |
---|---|
void |
AuthenticationProcessingFilterEntryPoint.setPortMapper(PortMapper portMapper)
|
Uses of PortMapper in org.acegisecurity.util |
---|
Classes in org.acegisecurity.util that implement PortMapper | |
---|---|
class |
PortMapperImpl
Concrete implementation of PortMapper that obtains HTTP:HTTPS pairs from the application context. |
Methods in org.acegisecurity.util that return PortMapper | |
---|---|
PortMapper |
PortResolverImpl.getPortMapper()
|
Methods in org.acegisecurity.util with parameters of type PortMapper | |
---|---|
void |
PortResolverImpl.setPortMapper(PortMapper portMapper)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |