Spring Security Framework

Uses of Package
org.springframework.security.ui

Packages that use org.springframework.security.ui
org.springframework.security.concurrent Concurrent session control and registration classes. 
org.springframework.security.context Provides a "request context". 
org.springframework.security.providers.anonymous Allows you to secure every invocation (especially useful for web request URI security) by always having either an actual principal or an anonymous principal authenticated. 
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.basicauth Authenticates HTTP BASIC authentication requests. 
org.springframework.security.ui.cas Authenticates standard web browser users via JA-SIG Central Authentication Service (CAS). 
org.springframework.security.ui.digestauth Authenticates HTTP Digest authentication requests. 
org.springframework.security.ui.logout   
org.springframework.security.ui.ntlm   
org.springframework.security.ui.openid Authenticates standard web browser users via OpenID
org.springframework.security.ui.portlet Authentication interceptor (and related classes) for use with the Portlet 1.0 (JSR 168) Specification. 
org.springframework.security.ui.preauth   
org.springframework.security.ui.preauth.header   
org.springframework.security.ui.preauth.j2ee   
org.springframework.security.ui.preauth.websphere   
org.springframework.security.ui.preauth.x509   
org.springframework.security.ui.rememberme Support for remembering a user between different web sessions. 
org.springframework.security.ui.switchuser Provides HTTP-based "switch user" (su) capabilities. 
org.springframework.security.ui.webapp Authenticates users via HTTP properties, headers and session. 
org.springframework.security.ui.x509 This package is now deprecated and will be removed in a future version. 
org.springframework.security.wrapper Populates a Servlet request with a new Spring Security compliant HttpServletRequestWrapper
 

Classes in org.springframework.security.ui used by org.springframework.security.concurrent
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.context
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.providers.anonymous
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.securechannel
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui
AccessDeniedHandler
          Used by ExceptionTranslationFilter to handle an AccessDeniedException.
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
TargetUrlResolver
          Used by AbstractProcessingFilter to determine target URL in case of successful authentication.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.basicauth
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.cas
AbstractProcessingFilter
          Abstract processor of browser-based HTTP-based authentication requests.
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.digestauth
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.logout
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.ntlm
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.openid
AbstractProcessingFilter
          Abstract processor of browser-based HTTP-based authentication requests.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.portlet
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationDetailsSourceImpl
          Base implementation of AuthenticationDetailsSource.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.preauth
AuthenticationDetails
          A holder of the context as a string.
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
WebAuthenticationDetails
          A holder of selected HTTP details related to a web authentication request.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.preauth.header
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.preauth.j2ee
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationDetailsSourceImpl
          Base implementation of AuthenticationDetailsSource.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.preauth.websphere
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationDetailsSourceImpl
          Base implementation of AuthenticationDetailsSource.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.preauth.x509
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.rememberme
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.switchuser
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.webapp
AbstractProcessingFilter
          Abstract processor of browser-based HTTP-based authentication requests.
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 

Classes in org.springframework.security.ui used by org.springframework.security.ui.x509
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
 

Classes in org.springframework.security.ui used by org.springframework.security.wrapper
SpringSecurityFilter
          Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
 


Spring Security Framework

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