Spring Security Framework

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

Packages that use PortResolver
org.springframework.security.securechannel Classes that ensure web requests are received over required transport channels. 
org.springframework.security.ui Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.ui.savedrequest Stores a HttpServletRequest so that it can subsequently be emulated by the SavedRequestAwareWrapper
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. 
org.springframework.security.wrapper Populates a Servlet request with a new Spring Security compliant HttpServletRequestWrapper
 

Uses of PortResolver in org.springframework.security.securechannel
 

Methods in org.springframework.security.securechannel that return PortResolver
protected  PortResolver AbstractRetryEntryPoint.getPortResolver()
           
 

Methods in org.springframework.security.securechannel with parameters of type PortResolver
 void AbstractRetryEntryPoint.setPortResolver(PortResolver portResolver)
           
 

Uses of PortResolver in org.springframework.security.ui
 

Methods in org.springframework.security.ui that return PortResolver
 PortResolver ExceptionTranslationFilter.getPortResolver()
           
 

Methods in org.springframework.security.ui with parameters of type PortResolver
 void ExceptionTranslationFilter.setPortResolver(PortResolver portResolver)
           
 

Uses of PortResolver in org.springframework.security.ui.savedrequest
 

Methods in org.springframework.security.ui.savedrequest with parameters of type PortResolver
 boolean SavedRequest.doesRequestMatch(HttpServletRequest request, PortResolver portResolver)
          Determines if the current request matches the SavedRequest.
 

Constructors in org.springframework.security.ui.savedrequest with parameters of type PortResolver
SavedRequest(HttpServletRequest request, PortResolver portResolver)
           
 

Uses of PortResolver in org.springframework.security.ui.webapp
 

Methods in org.springframework.security.ui.webapp that return PortResolver
protected  PortResolver AuthenticationProcessingFilterEntryPoint.getPortResolver()
           
 

Methods in org.springframework.security.ui.webapp with parameters of type PortResolver
 void AuthenticationProcessingFilterEntryPoint.setPortResolver(PortResolver portResolver)
           
 

Uses of PortResolver in org.springframework.security.util
 

Classes in org.springframework.security.util that implement PortResolver
 class PortResolverImpl
          Concrete implementation of PortResolver that obtains the port from ServletRequest.getServerPort().
 

Uses of PortResolver in org.springframework.security.wrapper
 

Methods in org.springframework.security.wrapper with parameters of type PortResolver
 void SecurityContextHolderAwareRequestFilter.setPortResolver(PortResolver portResolver)
           
 

Constructors in org.springframework.security.wrapper with parameters of type PortResolver
SavedRequestAwareWrapper(HttpServletRequest request, PortResolver portResolver, String rolePrefix)
           
SecurityContextHolderAwareRequestWrapper(HttpServletRequest request, PortResolver portResolver, String rolePrefix)
           
 


Spring Security Framework

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