Uses of Class
com.atlassian.crowd.model.user.LDAPUserWithAttributes

Packages that use LDAPUserWithAttributes
com.atlassian.crowd.directory   
 

Uses of LDAPUserWithAttributes in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return LDAPUserWithAttributes
 LDAPUserWithAttributes Rfc2307.addUser(UserTemplate user, PasswordCredential credential)
           
 LDAPUserWithAttributes SpringLDAPConnector.addUser(UserTemplate user, PasswordCredential credential)
          Adds a user to LDAP.
 LDAPUserWithAttributes SpringLDAPConnector.findUserByName(java.lang.String name)
           
 LDAPUserWithAttributes SpringLDAPConnector.findUserWithAttributesByName(java.lang.String name)
           
 

Methods in com.atlassian.crowd.directory that return types with arguments of type LDAPUserWithAttributes
 java.util.List<LDAPUserWithAttributes> MicrosoftActiveDirectory.findAddedOrUpdatedUsersSince(long usnChange)
           
protected  java.util.List<LDAPUserWithAttributes> SpringLDAPConnector.searchUserObjects(EntityQuery query)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.