| Package | Description | 
|---|---|
| com.gigaspaces.security.directory | 
 Security Directory 
 | 
| com.gigaspaces.security.fs | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Role
Models role details retrieved by  
RoleManager. | 
| Modifier and Type | Method and Description | 
|---|---|
RoleDetails | 
RoleManager.getRole(String role)
Retrieve the role details by  
role. | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,RoleDetails> | 
RoleManager.mapRoles()
Returns a map containing mapping between role and role-details. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RoleManager.createRole(RoleDetails roleDetails)
Create a new role with the specified  
roleDetails. | 
void | 
RoleManager.updateRole(RoleDetails roleDetails)
Updates the role details, excluding the role which must remain the same. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RoleDetails | 
FileRoleManager.getRole(String role)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,RoleDetails> | 
FileContent.getRoleDetails()  | 
Map<String,RoleDetails> | 
FileRoleManager.mapRoles()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FileRoleManager.createRole(RoleDetails roleDetails)  | 
void | 
FileRoleManager.updateRole(RoleDetails roleDetails)  | 
Copyright © GigaSpaces.