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

Packages that use AuthenticationUserDetailsService
org.springframework.security.cas.authentication An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. 
org.springframework.security.cas.userdetails   
org.springframework.security.core.userdetails   
org.springframework.security.web.authentication.preauth   
 

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-2009 SpringSource, Inc. All Rights Reserved.