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).
|
org.springframework.security.web.savedrequest |
Classes related to the caching of an
HttpServletRequest which requires authentication. |
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 |
---|---|
protected PortResolver |
AbstractRetryEntryPoint.getPortResolver() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRetryEntryPoint.setPortResolver(PortResolver portResolver) |
Modifier and Type | Method and Description |
---|---|
protected PortResolver |
LoginUrlAuthenticationEntryPoint.getPortResolver() |
Modifier and Type | Method and Description |
---|---|
void |
LoginUrlAuthenticationEntryPoint.setPortResolver(PortResolver portResolver) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultSavedRequest.doesRequestMatch(javax.servlet.http.HttpServletRequest request,
PortResolver portResolver)
Determines if the current request matches the
DefaultSavedRequest . |
void |
HttpSessionRequestCache.setPortResolver(PortResolver portResolver) |
Constructor and Description |
---|
DefaultSavedRequest(javax.servlet.http.HttpServletRequest request,
PortResolver portResolver) |
Copyright © 2019. All rights reserved.