public final class IdentityUserGroupsMapping extends Object implements GroupMappingService
GroupMappingService
that returns a group which is same name
with the given user name.GroupMappingService.Factory
Constructor and Description |
---|
IdentityUserGroupsMapping()
Constructs a new
IdentityUserGroupsMapping . |
Modifier and Type | Method and Description |
---|---|
List<String> |
getGroups(String user)
Returns list of groups for a user.
|
public IdentityUserGroupsMapping()
IdentityUserGroupsMapping
.public List<String> getGroups(String user)
getGroups
in interface GroupMappingService
user
- get groups for this userCopyright © 2023. All Rights Reserved.