Spring Security Framework

Uses of Class
org.springframework.security.ui.AuthenticationDetailsSourceImpl

Packages that use AuthenticationDetailsSourceImpl
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.j2ee   
org.springframework.security.ui.preauth.websphere   
 

Uses of AuthenticationDetailsSourceImpl in org.springframework.security.ui.portlet
 

Subclasses of AuthenticationDetailsSourceImpl in org.springframework.security.ui.portlet
 class PortletPreAuthenticatedAuthenticationDetailsSource
           
 

Uses of AuthenticationDetailsSourceImpl in org.springframework.security.ui.preauth.j2ee
 

Subclasses of AuthenticationDetailsSourceImpl in org.springframework.security.ui.preauth.j2ee
 class AbstractPreAuthenticatedAuthenticationDetailsSource
          Base implementation for classes scenarios where the authentication details object is used to store a list of authorities obtained from the context object (such as an HttpServletRequest) passed to AbstractPreAuthenticatedAuthenticationDetailsSource.buildDetails(Object).
 class J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource
          Implementation of AuthenticationDetailsSource which converts the user's J2EE roles (as obtained by calling HttpServletRequest.isUserInRole(String)) into GrantedAuthoritys and stores these in the authentication details object (.
 

Uses of AuthenticationDetailsSourceImpl in org.springframework.security.ui.preauth.websphere
 

Subclasses of AuthenticationDetailsSourceImpl in org.springframework.security.ui.preauth.websphere
 class WebSpherePreAuthenticatedAuthenticationDetailsSource
          This AuthenticationDetailsSource implementation, when configured with a MutableGrantedAuthoritiesContainer, will set the pre-authenticated granted authorities based on the WebSphere groups for the current WebSphere user, mapped using the configured Attributes2GrantedAuthoritiesMapper.
 class WebSpherePreAuthenticatedWebAuthenticationDetailsSource
          This AuthenticationDetailsSource implementation, when configured with a MutableGrantedAuthoritiesContainer, will set the pre-authenticated granted authorities based on the WebSphere groups for the current WebSphere user, mapped using the configured Attributes2GrantedAuthoritiesMapper.
 


Spring Security Framework

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