Uses of Class
com.gigaspaces.security.directory.RoleDataAccessException
Packages that use RoleDataAccessException
-
Uses of RoleDataAccessException in com.gigaspaces.security.directory
Methods in com.gigaspaces.security.directory that throw RoleDataAccessExceptionModifier and TypeMethodDescriptionvoidRoleManager.createRole(RoleDetails roleDetails) Create a new role with the specifiedroleDetails.voidRoleManager.deleteRole(String role) Delete an existing role represented by the specifiedrole.Retrieve the role details byrole.RoleManager.mapRoles()Returns a map containing mapping between role and role-details.booleanRoleManager.roleExists(String role) Queries for presence of a role by role.voidRoleManager.updateRole(RoleDetails roleDetails) Updates the role details, excluding the role which must remain the same. -
Uses of RoleDataAccessException in com.gigaspaces.security.fs
Methods in com.gigaspaces.security.fs that throw RoleDataAccessExceptionModifier and TypeMethodDescriptionvoidFileRoleManager.createRole(RoleDetails roleDetails) voidFileRoleManager.deleteRole(String role) FileServiceAccessor.loadUserByUsername(String username) Locates the user by username, returning a fully populated user record (including authorities normalized from their role representation).FileRoleManager.mapRoles()booleanFileRoleManager.roleExists(String role) voidFileRoleManager.updateRole(RoleDetails roleDetails)