|
Spring Security Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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. |
TargetUrlResolver | Used by AbstractProcessingFilter to determine target URL in case of
successful authentication. |
Class Summary | |
---|---|
AbstractProcessingFilter | Abstract processor of browser-based HTTP-based authentication requests. |
AccessDeniedHandlerImpl | Base implementation of AccessDeniedHandler . |
AuthenticationDetails | A holder of the context as a string. |
AuthenticationDetailsSourceImpl | Base implementation of AuthenticationDetailsSource . |
ExceptionTranslationFilter | Handles any AccessDeniedException and AuthenticationException thrown within the
filter chain. |
FilterChainOrder | Stores the default order numbers of all Spring Security filters for use in configuration. |
SessionFixationProtectionFilter | Detects that a user has been authenticated since the start of the request and starts a new session. |
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. |
TargetUrlResolverImpl | Default implementation for TargetUrlResolver |
WebAuthenticationDetails | A holder of selected HTTP details related to a web authentication request. |
WebAuthenticationDetailsSource | Implementation of AuthenticationDetailsSource which builds the details object from
an HttpServletRequest object. |
Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc).
|
Spring Security Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |