Spring Security Framework

Uses of Package
org.springframework.security.util

Packages that use org.springframework.security.util
org.springframework.security.intercept.web Enforces security for HTTP requests, typically by the URL requested. 
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
 

Classes in org.springframework.security.util used by org.springframework.security.intercept.web
UrlMatcher
          Strategy for deciding whether configured path matches a submitted candidate URL.
 

Classes in org.springframework.security.util used by org.springframework.security.securechannel
PortMapper
          PortMapper implementations provide callers with information about which HTTP ports are associated with which HTTPS ports on the system, and vice versa.
PortResolver
          A PortResolver determines the port a web request was received on.
 

Classes in org.springframework.security.util used by org.springframework.security.ui
PortResolver
          A PortResolver determines the port a web request was received on.
ThrowableAnalyzer
          Handler for analyzing Throwable instances.
 

Classes in org.springframework.security.util used by org.springframework.security.ui.savedrequest
PortResolver
          A PortResolver determines the port a web request was received on.
 

Classes in org.springframework.security.util used by org.springframework.security.ui.webapp
PortMapper
          PortMapper implementations provide callers with information about which HTTP ports are associated with which HTTPS ports on the system, and vice versa.
PortResolver
          A PortResolver determines the port a web request was received on.
 

Classes in org.springframework.security.util used by org.springframework.security.util
EncryptionUtils.EncryptionException
           
PortMapper
          PortMapper implementations provide callers with information about which HTTP ports are associated with which HTTPS ports on the system, and vice versa.
PortResolver
          A PortResolver determines the port a web request was received on.
ThrowableCauseExtractor
          Interface for handlers extracting the cause out of a specific Throwable type.
UrlMatcher
          Strategy for deciding whether configured path matches a submitted candidate URL.
 

Classes in org.springframework.security.util used by org.springframework.security.wrapper
PortResolver
          A PortResolver determines the port a web request was received on.
 


Spring Security Framework

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