Uses of Class
com.atlassian.crowd.model.user.LDAPUserWithAttributes
Package
Description
-
Uses of LDAPUserWithAttributes in com.atlassian.crowd.directory
Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionprotected List<ModificationItem>
MicrosoftActiveDirectory.getUserModificationItems
(User userTemplate, LDAPUserWithAttributes currentUser) protected List<ModificationItem>
SpringLDAPConnector.getUserModificationItems
(User userTemplate, LDAPUserWithAttributes currentUser) protected boolean
RFC4519Directory.isDirectGroupMemberOf
(LDAPUserWithAttributes user, String groupDN) -
Uses of LDAPUserWithAttributes in com.atlassian.crowd.directory.ldap.mapper
Modifier 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
Modifier and TypeMethodDescriptionSIDUtils.getPrimaryGroupSidOfUser
(LDAPUserWithAttributes user) In AD, users have a primaryGroupId attribute that contains the RID (relative identifier) of their primary group.