| Modifier and Type | Method and Description |
|---|---|
LDAPUserWithAttributes |
SpringLDAPConnector.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user to LDAP.
|
LDAPUserWithAttributes |
Rfc2307.addUser(UserTemplate user,
PasswordCredential credential) |
LDAPUserWithAttributes |
SpringLDAPConnector.addUser(UserTemplateWithAttributes user,
PasswordCredential credential)
Adds a user to LDAP.
|
LDAPUserWithAttributes |
Rfc2307.addUser(UserTemplateWithAttributes user,
PasswordCredential credential) |
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> |
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(UserContextMapperConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ModificationItem> |
SpringLDAPConnector.getUserModificationItems(User userTemplate,
LDAPUserWithAttributes currentUser) |
protected List<ModificationItem> |
MicrosoftActiveDirectory.getUserModificationItems(User userTemplate,
LDAPUserWithAttributes currentUser) |
protected boolean |
RFC4519Directory.isDirectGroupMemberOf(LDAPUserWithAttributes user,
String groupDN) |
| Modifier and Type | Method and Description |
|---|---|
LDAPUserWithAttributes |
UserContextMapper.mapFromContext(NameAttributesPair nameAttributesPair)
Called by Spring LDAP on every object fetched from the LDAP directory.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
SIDUtils.getPrimaryGroupSidOfUser(LDAPUserWithAttributes user)
In AD, users have a primaryGroupId attribute that contains the RID (relative identifier) of their primary
group.
|
| Constructor and Description |
|---|
GroupUserCache(boolean containsAllGroupsAndUsers,
boolean groupsContainUserMembership,
boolean usersContainGroupMembership,
Collection<LDAPGroupWithAttributes> retrievedGroups,
Collection<LDAPUserWithAttributes> retrievedUsers) |
Copyright © 2024 Atlassian. All rights reserved.