Package | Description |
---|---|
com.gigaspaces.security.directory |
Security Directory
|
com.gigaspaces.security.fs |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FileUserManager
A file based
UserManager responsible for managing users stored in a file. |
Modifier and Type | Method and Description |
---|---|
UserManager |
FileDirectoryManager.getUserManager() |
Copyright © GigaSpaces.