Package | Description |
---|---|
com.atlassian.crowd.directory | |
com.atlassian.crowd.directory.ldap.mapper |
Modifier and Type | Method and Description |
---|---|
LDAPUserWithAttributes |
Rfc2307.addUser(UserTemplate user,
PasswordCredential credential) |
LDAPUserWithAttributes |
SpringLDAPConnector.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user to LDAP.
|
LDAPUserWithAttributes |
Rfc2307.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
LDAPUserWithAttributes |
SpringLDAPConnector.addUser(UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a user to LDAP.
|
LDAPUserWithAttributes |
SpringLDAPConnector.findUserByExternalId(String externalId) |
LDAPUserWithAttributes |
SpringLDAPConnector.findUserByName(String name) |
LDAPUserWithAttributes |
SpringLDAPConnector.findUserWithAttributesByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<LDAPUserWithAttributes> |
MicrosoftActiveDirectory.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) |
ContextMapperWithRequiredAttributes<LDAPUserWithAttributes> |
MicrosoftActiveDirectory.getUserContextMapper(UserContextMapperConfig config) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
MicrosoftActiveDirectory.getPrimaryGroupSIDOfUser(LDAPUserWithAttributes user)
In AD, users have a primaryGroupId attribute that contains the RID (relative identifier) of their primary
group.
|
protected 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) |
Modifier and Type | Method and Description |
---|---|
LDAPUserWithAttributes |
UserContextMapper.mapFromContext(org.springframework.ldap.core.DirContextAdapter context)
Called by Spring LDAP on every object fetched from the LDAP directory.
|
Copyright © 2020 Atlassian. All rights reserved.