Uses of Interface
org.acegisecurity.util.PortMapper

Packages that use PortMapper
org.acegisecurity.captcha Captcha classes. 
org.acegisecurity.securechannel Classes that ensure web requests are received over required transport channels. 
org.acegisecurity.ui.webapp Authenticates users via HTTP properties, headers and session. 
org.acegisecurity.util General utility classes used throughout the Acegi Security System. 
 

Uses of PortMapper in org.acegisecurity.captcha
 

Methods in org.acegisecurity.captcha that return PortMapper
 PortMapper CaptchaEntryPoint.getPortMapper()
           
 

Methods in org.acegisecurity.captcha with parameters of type PortMapper
 void CaptchaEntryPoint.setPortMapper(PortMapper portMapper)
           
 

Uses of PortMapper in org.acegisecurity.securechannel
 

Methods in org.acegisecurity.securechannel that return PortMapper
 PortMapper RetryWithHttpsEntryPoint.getPortMapper()
           
 PortMapper RetryWithHttpEntryPoint.getPortMapper()
           
 

Methods in org.acegisecurity.securechannel with parameters of type PortMapper
 void RetryWithHttpsEntryPoint.setPortMapper(PortMapper portMapper)
           
 void RetryWithHttpEntryPoint.setPortMapper(PortMapper portMapper)
           
 

Uses of PortMapper in org.acegisecurity.ui.webapp
 

Methods in org.acegisecurity.ui.webapp that return PortMapper
 PortMapper AuthenticationProcessingFilterEntryPoint.getPortMapper()
           
 

Methods in org.acegisecurity.ui.webapp with parameters of type PortMapper
 void AuthenticationProcessingFilterEntryPoint.setPortMapper(PortMapper portMapper)
           
 

Uses of PortMapper in org.acegisecurity.util
 

Classes in org.acegisecurity.util that implement PortMapper
 class PortMapperImpl
          Concrete implementation of PortMapper that obtains HTTP:HTTPS pairs from the application context.
 

Methods in org.acegisecurity.util that return PortMapper
 PortMapper PortResolverImpl.getPortMapper()
           
 

Methods in org.acegisecurity.util with parameters of type PortMapper
 void PortResolverImpl.setPortMapper(PortMapper portMapper)
           
 



Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.