|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortMapper | |
---|---|
org.springframework.security.securechannel | Classes that ensure web requests are received over required transport channels. |
org.springframework.security.ui.webapp | Authenticates users via HTTP properties, headers and session. |
org.springframework.security.util | General utility classes used throughout the Spring Security framework. |
Uses of PortMapper in org.springframework.security.securechannel |
---|
Methods in org.springframework.security.securechannel that return PortMapper | |
---|---|
protected PortMapper |
AbstractRetryEntryPoint.getPortMapper()
|
Methods in org.springframework.security.securechannel with parameters of type PortMapper | |
---|---|
void |
AbstractRetryEntryPoint.setPortMapper(PortMapper portMapper)
|
Uses of PortMapper in org.springframework.security.ui.webapp |
---|
Methods in org.springframework.security.ui.webapp that return PortMapper | |
---|---|
protected PortMapper |
AuthenticationProcessingFilterEntryPoint.getPortMapper()
|
Methods in org.springframework.security.ui.webapp with parameters of type PortMapper | |
---|---|
void |
AuthenticationProcessingFilterEntryPoint.setPortMapper(PortMapper portMapper)
|
Uses of PortMapper in org.springframework.security.util |
---|
Classes in org.springframework.security.util that implement PortMapper | |
---|---|
class |
PortMapperImpl
Concrete implementation of PortMapper that obtains HTTP:HTTPS pairs from the application context. |
Methods in org.springframework.security.util that return PortMapper | |
---|---|
PortMapper |
PortResolverImpl.getPortMapper()
|
Methods in org.springframework.security.util with parameters of type PortMapper | |
---|---|
void |
PortResolverImpl.setPortMapper(PortMapper portMapper)
|
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |