| Package | Description | 
|---|---|
| com.gigaspaces.security.directory | 
 Security Directory 
 | 
| com.gigaspaces.security.fs | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RoleManager.createRole(RoleDetails roleDetails)
Create a new role with the specified  
roleDetails. | 
void | 
RoleManager.deleteRole(String role)
Delete an existing role represented by the specified  
role. | 
RoleDetails | 
RoleManager.getRole(String role)
Retrieve the role details by  
role. | 
Map<String,RoleDetails> | 
RoleManager.mapRoles()
Returns a map containing mapping between role and role-details. 
 | 
boolean | 
RoleManager.roleExists(String role)
Queries for presence of a role by role. 
 | 
void | 
RoleManager.updateRole(RoleDetails roleDetails)
Updates the role details, excluding the role which must remain the same. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FileRoleManager.createRole(RoleDetails roleDetails)  | 
void | 
FileRoleManager.deleteRole(String role)  | 
RoleDetails | 
FileRoleManager.getRole(String role)  | 
UserDetails | 
FileServiceAccessor.loadUserByUsername(String username)
Locates the user by username, returning a fully populated user record (including authorities
 normalized from their role representation). 
 | 
Map<String,RoleDetails> | 
FileRoleManager.mapRoles()  | 
boolean | 
FileRoleManager.roleExists(String role)  | 
void | 
FileRoleManager.updateRole(RoleDetails roleDetails)  | 
Copyright © GigaSpaces.