Uses of Class
com.gigaspaces.security.AccessDeniedException
Packages that use AccessDeniedException
Package
Description
Security
Security Directory
-
Uses of AccessDeniedException in com.gigaspaces.security
Methods in com.gigaspaces.security that throw AccessDeniedExceptionModifier and TypeMethodDescriptionSecurityManager.createDirectoryManager(UserDetails userDetails) Attempts to authenticate the passed user represented byUserDetails, granting access only for users that are allowed to manage the directory. -
Uses of AccessDeniedException in com.gigaspaces.security.directory
Subclasses of AccessDeniedException in com.gigaspaces.security.directoryModifier and TypeClassDescriptionclassADirectoryAccessDeniedExceptionis thrown as a result of an access restriction when callingSecurityManager.createDirectoryManager(UserDetails).Methods in com.gigaspaces.security.directory that throw AccessDeniedExceptionModifier and TypeMethodDescriptionvoidRoleManager.createRole(RoleDetails roleDetails) Create a new role with the specifiedroleDetails.voidUserManager.createUser(UserDetails userDetails) Create a new user with the specifieduserDetails.voidRoleManager.deleteRole(String role) Delete an existing role represented by the specifiedrole.voidUserManager.deleteUser(String username) Delete an existing user represented by the specifiedusername.voidRoleManager.updateRole(RoleDetails roleDetails) Updates the role details, excluding the role which must remain the same.voidUserManager.updateUser(UserDetails userDetails) Updates the user details, excluding the username which must remain the same. -
Uses of AccessDeniedException in com.gigaspaces.security.fs
Methods in com.gigaspaces.security.fs that throw AccessDeniedExceptionModifier and TypeMethodDescriptionFileSecurityManager.createDirectoryManager(UserDetails userDetails) voidFileRoleManager.createRole(RoleDetails roleDetails) voidFileUserManager.createUser(UserDetails userDetails) voidFileRoleManager.deleteRole(String role) voidFileUserManager.deleteUser(String username) voidFileRoleManager.updateRole(RoleDetails roleDetails) -
Uses of AccessDeniedException in com.gigaspaces.security.openid
Methods in com.gigaspaces.security.openid that throw AccessDeniedExceptionModifier and TypeMethodDescriptionOpenIdSecurityManager.createDirectoryManager(UserDetails userDetails) Throws aDirectoryAccessDeniedExceptionon any attempt to manage the users/roles using this API. -
Uses of AccessDeniedException in com.gigaspaces.security.serviceaccount
Methods in com.gigaspaces.security.serviceaccount that throw AccessDeniedExceptionModifier and TypeMethodDescriptionServiceAccountAwareSecurityManager.createDirectoryManager(UserDetails userDetails) -
Uses of AccessDeniedException in com.gigaspaces.security.spring
Methods in com.gigaspaces.security.spring that throw AccessDeniedExceptionModifier and TypeMethodDescriptionSpringSecurityManager.createDirectoryManager(UserDetails userDetails) Throws aDirectoryAccessDeniedExceptionon any attempt to manage the users/roles using this API.