Uses of Interface
org.acegisecurity.userdetails.ldap.LdapUserDetails

Packages that use LdapUserDetails
org.acegisecurity.ldap   
org.acegisecurity.ldap.search LdapUserSearch implementations. 
org.acegisecurity.providers.ldap The LDAP authentication provider package. 
org.acegisecurity.providers.ldap.authenticator LDAP authenticator implementations. 
org.acegisecurity.providers.ldap.populator LdapAuthoritiesPopulator implementations. 
org.acegisecurity.userdetails.ldap   
 

Uses of LdapUserDetails in org.acegisecurity.ldap
 

Methods in org.acegisecurity.ldap that return LdapUserDetails
 LdapUserDetails LdapUserSearch.searchForUser(java.lang.String username)
          Locates a single user in the directory and returns the LDAP information for that user.
 

Uses of LdapUserDetails in org.acegisecurity.ldap.search
 

Methods in org.acegisecurity.ldap.search that return LdapUserDetails
 LdapUserDetails FilterBasedLdapUserSearch.searchForUser(java.lang.String username)
          Return the LdapUserDetails containing the user's information
 

Uses of LdapUserDetails in org.acegisecurity.providers.ldap
 

Methods in org.acegisecurity.providers.ldap that return LdapUserDetails
 LdapUserDetails LdapAuthenticator.authenticate(java.lang.String username, java.lang.String password)
          Authenticates as a user and obtains additional user information from the directory.
 

Methods in org.acegisecurity.providers.ldap with parameters of type LdapUserDetails
protected  UserDetails LdapAuthenticationProvider.createUserDetails(LdapUserDetails ldapUser, java.lang.String username, java.lang.String password)
          Creates the final UserDetails object that will be returned by the provider once the user has been authenticated.
 GrantedAuthority[] LdapAuthoritiesPopulator.getGrantedAuthorities(LdapUserDetails userDetails)
          Get the list of authorities for the user.
 

Uses of LdapUserDetails in org.acegisecurity.providers.ldap.authenticator
 

Methods in org.acegisecurity.providers.ldap.authenticator that return LdapUserDetails
 LdapUserDetails PasswordComparisonAuthenticator.authenticate(java.lang.String username, java.lang.String password)
           
 LdapUserDetails BindAuthenticator.authenticate(java.lang.String username, java.lang.String password)
           
 

Uses of LdapUserDetails in org.acegisecurity.providers.ldap.populator
 

Methods in org.acegisecurity.providers.ldap.populator with parameters of type LdapUserDetails
protected  java.util.Set DefaultLdapAuthoritiesPopulator.getAdditionalRoles(LdapUserDetails ldapUser)
          This method should be overridden if required to obtain any additional roles for the given user (on top of those obtained from the standard search implemented by this class).
 GrantedAuthority[] DefaultLdapAuthoritiesPopulator.getGrantedAuthorities(LdapUserDetails userDetails)
          Obtains the authorities for the user who's directory entry is represented by the supplied LdapUserDetails object.
 

Uses of LdapUserDetails in org.acegisecurity.userdetails.ldap
 

Classes in org.acegisecurity.userdetails.ldap that implement LdapUserDetails
 class LdapUserDetailsImpl
          A UserDetails implementation which is used internally by the Ldap services.
 

Methods in org.acegisecurity.userdetails.ldap that return LdapUserDetails
 LdapUserDetails LdapUserDetailsImpl.Essence.createUserDetails()
           
 

Constructors in org.acegisecurity.userdetails.ldap with parameters of type LdapUserDetails
LdapUserDetailsImpl.Essence(LdapUserDetails copyMe)
           
 



Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.