Package | Description |
---|---|
com.gigaspaces.security.directory |
Security Directory
The security directory (storing users and roles) is managed by the Directory Manager.
|
Modifier and Type | Method and Description |
---|---|
UserManager |
DirectoryManager.getUserManager()
A user manager for user-management based on the privileges granted to the directory manager.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
DirectoryManagerUtils.getUserRoles(UserManager userManager,
String username)
Query the
UserManager for all the roles assigned to the specified user. |
static List<UserDetails> |
DirectoryManagerUtils.getUsersWithRole(UserManager userManager,
String role)
Get all users that are assigned to the specified role.
|
Copyright © GigaSpaces.