Uses of Class
com.gigaspaces.security.directory.RoleNotFoundException
Packages that use RoleNotFoundException
-
Uses of RoleNotFoundException in com.gigaspaces.security.directory
Methods in com.gigaspaces.security.directory that throw RoleNotFoundExceptionModifier and TypeMethodDescriptionvoidRoleManager.deleteRole(String role) Delete an existing role represented by the specifiedrole.Retrieve the role details byrole.voidRoleManager.updateRole(RoleDetails roleDetails) Updates the role details, excluding the role which must remain the same. -
Uses of RoleNotFoundException in com.gigaspaces.security.fs
Methods in com.gigaspaces.security.fs that throw RoleNotFoundExceptionModifier and TypeMethodDescriptionvoidFileRoleManager.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).voidFileRoleManager.updateRole(RoleDetails roleDetails)