Spring Security Framework

Uses of Interface
org.springframework.security.util.PortMapper

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

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.