|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortMapper | |
---|---|
org.springframework.security.web | |
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). |
Uses of PortMapper in org.springframework.security.web |
---|
Classes in org.springframework.security.web that implement PortMapper | |
---|---|
class |
PortMapperImpl
Concrete implementation of PortMapper that obtains HTTP:HTTPS pairs from the application context. |
Methods in org.springframework.security.web that return PortMapper | |
---|---|
PortMapper |
PortResolverImpl.getPortMapper()
|
Methods in org.springframework.security.web with parameters of type PortMapper | |
---|---|
void |
PortResolverImpl.setPortMapper(PortMapper portMapper)
|
Uses of PortMapper in org.springframework.security.web.access.channel |
---|
Methods in org.springframework.security.web.access.channel that return PortMapper | |
---|---|
protected PortMapper |
AbstractRetryEntryPoint.getPortMapper()
|
Methods in org.springframework.security.web.access.channel with parameters of type PortMapper | |
---|---|
void |
AbstractRetryEntryPoint.setPortMapper(PortMapper portMapper)
|
Uses of PortMapper in org.springframework.security.web.authentication |
---|
Methods in org.springframework.security.web.authentication that return PortMapper | |
---|---|
protected PortMapper |
LoginUrlAuthenticationEntryPoint.getPortMapper()
|
Methods in org.springframework.security.web.authentication with parameters of type PortMapper | |
---|---|
void |
LoginUrlAuthenticationEntryPoint.setPortMapper(PortMapper portMapper)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |