|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserManager | |
---|---|
com.gigaspaces.security.directory | Security Directory The security directory (storing users and roles) is managed by the Directory Manager. |
Uses of UserManager in com.gigaspaces.security.directory |
---|
Methods in com.gigaspaces.security.directory that return UserManager | |
---|---|
UserManager |
DirectoryManager.getUserManager()
A user manager for user-management based on the privileges granted to the directory manager. |
Methods in com.gigaspaces.security.directory with parameters of type UserManager | |
---|---|
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. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |