Uses of Interface
org.springframework.security.core.userdetails.AuthenticationUserDetailsService

Packages that use AuthenticationUserDetailsService
org.springframework.security.cas.authentication An AuthenticationProvider that can process CAS service tickets and proxy tickets. 
org.springframework.security.cas.userdetails   
org.springframework.security.core.userdetails The standard interfaces for implementing user data DAOs. 
org.springframework.security.web.authentication.preauth Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been authenticated by some externally configured system. 
 

Uses of AuthenticationUserDetailsService in org.springframework.security.cas.authentication
 

Methods in org.springframework.security.cas.authentication with parameters of type AuthenticationUserDetailsService
 void CasAuthenticationProvider.setAuthenticationUserDetailsService(AuthenticationUserDetailsService authenticationUserDetailsService)
           
 

Uses of AuthenticationUserDetailsService in org.springframework.security.cas.userdetails
 

Classes in org.springframework.security.cas.userdetails that implement AuthenticationUserDetailsService
 class AbstractCasAssertionUserDetailsService
          Abstract class for using the provided CAS assertion to construct a new User object.
 class GrantedAuthorityFromAssertionAttributesUserDetailsService
          Populates the GrantedAuthoritys for a user by reading a list of attributes that were returned as part of the CAS response.
 

Uses of AuthenticationUserDetailsService in org.springframework.security.core.userdetails
 

Classes in org.springframework.security.core.userdetails that implement AuthenticationUserDetailsService
 class UserDetailsByNameServiceWrapper
          This implementation for AuthenticationUserDetailsService wraps a regular Spring Security UserDetailsService implementation, to retrieve a UserDetails object based on the user name contained in an Authentication object.
 

Uses of AuthenticationUserDetailsService in org.springframework.security.web.authentication.preauth
 

Classes in org.springframework.security.web.authentication.preauth that implement AuthenticationUserDetailsService
 class PreAuthenticatedGrantedAuthoritiesUserDetailsService
           This AuthenticationUserDetailsService implementation creates a UserDetails object based solely on the information contained in the given PreAuthenticatedAuthenticationToken.
 

Methods in org.springframework.security.web.authentication.preauth with parameters of type AuthenticationUserDetailsService
 void PreAuthenticatedAuthenticationProvider.setPreAuthenticatedUserDetailsService(AuthenticationUserDetailsService aPreAuthenticatedUserDetailsService)
          Set the AuthenticatedUserDetailsServices to be used.
 



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