Modifier and Type | Method and Description |
---|---|
GroupEntity |
DbIdentityServiceProvider.createNewGroup(String groupId) |
GroupEntity |
DbReadOnlyIdentityServiceProvider.findGroupById(String groupId) |
Modifier and Type | Field and Description |
---|---|
protected GroupEntity |
MembershipEntity.group |
protected GroupEntity |
TenantMembershipEntity.group |
Modifier and Type | Method and Description |
---|---|
GroupEntity |
MembershipEntity.getGroup() |
GroupEntity |
TenantMembershipEntity.getGroup() |
Modifier and Type | Method and Description |
---|---|
void |
MembershipEntity.setGroup(GroupEntity group) |
void |
TenantMembershipEntity.setGroup(GroupEntity group) |
Modifier and Type | Class and Description |
---|---|
class |
LdapGroupEntity |
Modifier and Type | Method and Description |
---|---|
protected GroupEntity |
LdapIdentityProviderSession.transformGroup(SearchResult result) |
Modifier and Type | Method and Description |
---|---|
void |
LdapPluginLogger.invalidLdapGroupReturned(GroupEntity group,
SearchResult searchResult) |
Copyright © 2022. All rights reserved.