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

Packages that use PortResolver
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). 
org.springframework.security.web.savedrequest Classes related top the caching of an HttpServletRequest which requires authentication. 
 

Uses of PortResolver in org.springframework.security.web
 

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

Uses of PortResolver in org.springframework.security.web.access.channel
 

Methods in org.springframework.security.web.access.channel that return PortResolver
protected  PortResolver AbstractRetryEntryPoint.getPortResolver()
           
 

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

Uses of PortResolver in org.springframework.security.web.authentication
 

Methods in org.springframework.security.web.authentication that return PortResolver
protected  PortResolver LoginUrlAuthenticationEntryPoint.getPortResolver()
           
 

Methods in org.springframework.security.web.authentication with parameters of type PortResolver
 void LoginUrlAuthenticationEntryPoint.setPortResolver(PortResolver portResolver)
           
 

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

Methods in org.springframework.security.web.savedrequest with parameters of type PortResolver
 boolean DefaultSavedRequest.doesRequestMatch(HttpServletRequest request, PortResolver portResolver)
          Determines if the current request matches the DefaultSavedRequest.
 void HttpSessionRequestCache.setPortResolver(PortResolver portResolver)
           
 

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



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