Uses of Enum Class
com.gigaspaces.security.authorities.SpaceAuthority.SpacePrivilege
Packages that use SpaceAuthority.SpacePrivilege
Package
Description
Security Authorities
-
Uses of SpaceAuthority.SpacePrivilege in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space with parameters of type SpaceAuthority.SpacePrivilegeModifier and TypeMethodDescriptionvoidSpaceImpl.assertAuthorizedForType(String typeName, SpaceAuthority.SpacePrivilege privilege, SpaceContext spaceContext) -
Uses of SpaceAuthority.SpacePrivilege in com.gigaspaces.internal.server.space.executors
Methods in com.gigaspaces.internal.server.space.executors that return SpaceAuthority.SpacePrivilegeModifier and TypeMethodDescriptionSpaceActionExecutor.getPrivilege()SpaceAddTypeIndexesExecutor.getPrivilege()SpaceBroadcastTableExecutor.getPrivilege()SpaceCloseIteratorExecutor.getPrivilege()SpaceCollocatedJoinExecutor.getPrivilege()SpaceDataSourceLoadExecutor.getPrivilege()SpaceGetBatchForIteratorExecutor.getPrivilege()SpaceRegisterTypeDescriptorExecutor.getPrivilege()SpaceRenewIteratorLeaseExecutor.getPrivilege()SpaceUnregisterTypeDescriptorExecutor.getPrivilege() -
Uses of SpaceAuthority.SpacePrivilege in com.gigaspaces.security.authorities
Methods in com.gigaspaces.security.authorities that return SpaceAuthority.SpacePrivilegeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SpaceAuthority.SpacePrivilege[]SpaceAuthority.SpacePrivilege.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.gigaspaces.security.authorities with parameters of type SpaceAuthority.SpacePrivilegeModifierConstructorDescriptionSpaceAuthority(SpaceAuthority.SpacePrivilege spacePrivilege) An authority with the specified privilege.SpaceAuthority(SpaceAuthority.SpacePrivilege spacePrivilege, SpaceAuthority.Filter filter) An authority with the specified privilege.