Package | Description |
---|---|
org.springframework.security.web |
Spring Security's web security module.
|
org.springframework.security.web.access.channel |
Classes that ensure web requests are received over required transport channels.
|
org.springframework.security.web.authentication |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
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) |
Modifier and Type | Method and Description |
---|---|
protected PortMapper |
AbstractRetryEntryPoint.getPortMapper() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRetryEntryPoint.setPortMapper(PortMapper portMapper) |
Modifier and Type | Method and Description |
---|---|
protected PortMapper |
LoginUrlAuthenticationEntryPoint.getPortMapper() |
Modifier and Type | Method and Description |
---|---|
void |
LoginUrlAuthenticationEntryPoint.setPortMapper(PortMapper portMapper) |
Copyright © 2015. All rights reserved.