Uses of Class
com.atlassian.crowd.model.user.LDAPUserWithAttributes
Packages that use LDAPUserWithAttributes
Package
Description
-
Uses of LDAPUserWithAttributes in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return LDAPUserWithAttributesModifier and TypeMethodDescriptionRfc2307.addUser(UserTemplate user, PasswordCredential credential) Rfc2307.addUser(UserTemplateWithAttributes user, PasswordCredential credential) SpringLDAPConnector.addUser(UserTemplate user, PasswordCredential credential) Adds a user to LDAP.SpringLDAPConnector.addUser(UserTemplateWithAttributes user, PasswordCredential credential) Adds a user to LDAP.SpringLDAPConnector.findUserByExternalId(String externalId) SpringLDAPConnector.findUserByName(String name) SpringLDAPConnector.findUserWithAttributesByName(String name) Methods in com.atlassian.crowd.directory that return types with arguments of type LDAPUserWithAttributesModifier and TypeMethodDescriptionMicrosoftActiveDirectory.findAddedOrUpdatedUsersSince(long usnChange) protected List<LDAPUserWithAttributes>MicrosoftActiveDirectory.findUserMembersOfGroupViaMemberDN(String groupName, GroupType groupType, int startIndex, int maxResults) protected List<LDAPUserWithAttributes>RFC4519Directory.findUserMembersOfGroupViaMemberDN(String groupName, GroupType groupType, int startIndex, int maxResults) protected Iterable<LDAPUserWithAttributes>MicrosoftActiveDirectory.findUserMembersOfGroupViaMemberOf(String groupName, GroupType groupType, int startIndex, int maxResults) protected Iterable<LDAPUserWithAttributes>RFC4519Directory.findUserMembersOfGroupViaMemberOf(String groupName, GroupType groupType, int startIndex, int maxResults) MicrosoftActiveDirectory.getUserContextMapper(UserContextMapperConfig config) Methods in com.atlassian.crowd.directory with parameters of type LDAPUserWithAttributesModifier and TypeMethodDescriptionprotected List<ModificationItem>MicrosoftActiveDirectory.getUserModificationItems(User userTemplate, LDAPUserWithAttributes currentUser) protected List<ModificationItem>SpringLDAPConnector.getUserModificationItems(User userTemplate, LDAPUserWithAttributes currentUser) protected booleanRFC4519Directory.isDirectGroupMemberOf(LDAPUserWithAttributes user, String groupDN) -
Uses of LDAPUserWithAttributes in com.atlassian.crowd.directory.ldap.mapper
Methods in com.atlassian.crowd.directory.ldap.mapper that return LDAPUserWithAttributesModifier and TypeMethodDescriptionUserContextMapper.mapFromContext(NameAttributesPair nameAttributesPair) Called by Spring LDAP on every object fetched from the LDAP directory. -
Uses of LDAPUserWithAttributes in com.atlassian.crowd.directory.ldap.mapper.attribute
Methods in com.atlassian.crowd.directory.ldap.mapper.attribute with parameters of type LDAPUserWithAttributesModifier and TypeMethodDescriptionSIDUtils.getPrimaryGroupSidOfUser(LDAPUserWithAttributes user) In AD, users have a primaryGroupId attribute that contains the RID (relative identifier) of their primary group.