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

Packages that use AuthenticationDetailsSourceImpl
org.springframework.security.web.authentication.preauth.j2ee Pre-authentication support for container-authenticated requests. 
org.springframework.security.web.authentication.preauth.websphere Websphere-specific pre-authentication classes. 
 

Uses of AuthenticationDetailsSourceImpl in org.springframework.security.web.authentication.preauth.j2ee
 

Subclasses of AuthenticationDetailsSourceImpl in org.springframework.security.web.authentication.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.web.authentication.preauth.websphere
 

Subclasses of AuthenticationDetailsSourceImpl in org.springframework.security.web.authentication.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.
 



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