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

Packages that use LDAPUserWithAttributes
com.atlassian.crowd.integration.directory.cache   
com.atlassian.crowd.integration.directory.connector   
 

Uses of LDAPUserWithAttributes in com.atlassian.crowd.integration.directory.cache
 

Methods in com.atlassian.crowd.integration.directory.cache that return types with arguments of type LDAPUserWithAttributes
protected  List<LDAPUserWithAttributes> CachingLDAPDirectory.findAllUsers()
           
protected  List<LDAPUserWithAttributes> CachingLDAPDirectory.findAllUsersFromDirectory()
           
protected  List<LDAPUserWithAttributes> CachingLDAPDirectory.findUserMembersOfGroup(String groupName, int startIndex, int maxResults)
           
 

Uses of LDAPUserWithAttributes in com.atlassian.crowd.integration.directory.connector
 

Methods in com.atlassian.crowd.integration.directory.connector that return LDAPUserWithAttributes
 LDAPUserWithAttributes SpringLDAPConnector.addUser(UserTemplate user, PasswordCredential credential)
           
 LDAPUserWithAttributes Rfc2307.addUser(UserTemplate user, PasswordCredential credential)
           
 LDAPUserWithAttributes SpringLDAPConnector.findUserByName(String name)
           
 LDAPUserWithAttributes SpringLDAPConnector.findUserWithAttributesByName(String name)
           
 

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



Copyright © 2010 Atlassian Pty Ltd. All Rights Reserved.