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

Packages that use LDAPUserWithAttributes
com.atlassian.crowd.directory   
com.atlassian.crowd.directory.ldap.mapper   
 

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(String name)
           
 LDAPUserWithAttributes SpringLDAPConnector.findUserWithAttributesByName(String name)
           
 

Methods in com.atlassian.crowd.directory that return types with arguments of type LDAPUserWithAttributes
 List<LDAPUserWithAttributes> MicrosoftActiveDirectory.findAddedOrUpdatedUsersSince(long usnChange)
           
protected  List<LDAPUserWithAttributes> RFC4519Directory.findUserMembersOfGroupViaMemberDN(String groupName, GroupType groupType, int startIndex, int maxResults)
           
protected  List<LDAPUserWithAttributes> MicrosoftActiveDirectory.findUserMembersOfGroupViaMemberDN(String groupName, GroupType groupType, int startIndex, int maxResults)
           
protected  Iterable<LDAPUserWithAttributes> RFC4519Directory.findUserMembersOfGroupViaMemberOf(String groupName, GroupType groupType, int startIndex, int maxResults)
           
protected  Iterable<LDAPUserWithAttributes> MicrosoftActiveDirectory.findUserMembersOfGroupViaMemberOf(String groupName, GroupType groupType, int startIndex, int maxResults)
           
 ContextMapperWithRequiredAttributes<LDAPUserWithAttributes> MicrosoftActiveDirectory.getUserContextMapper()
           
 ContextMapperWithRequiredAttributes<LDAPUserWithAttributes> SpringLDAPConnector.getUserContextMapper()
          Returns a ContextMapper that can transform a Context into a User.
protected  List<LDAPUserWithAttributes> SpringLDAPConnector.searchUserObjects(EntityQuery<?> query)
           
 

Methods in com.atlassian.crowd.directory with parameters of type LDAPUserWithAttributes
protected  List<ModificationItem> MicrosoftActiveDirectory.getUserModificationItems(User userTemplate, LDAPUserWithAttributes currentUser)
           
protected  List<ModificationItem> SpringLDAPConnector.getUserModificationItems(User userTemplate, LDAPUserWithAttributes currentUser)
           
 

Uses of LDAPUserWithAttributes in com.atlassian.crowd.directory.ldap.mapper
 

Methods in com.atlassian.crowd.directory.ldap.mapper that return LDAPUserWithAttributes
 LDAPUserWithAttributes UserContextMapper.mapFromContext(org.springframework.ldap.core.DirContextAdapter context)
          Called by Spring LDAP on every object fetched from the LDAP directory.
 



Copyright © 2014 Atlassian. All Rights Reserved.