Uses of Enum Class
com.gigaspaces.security.authorities.ServiceAuthority.ServicePrivilege
Packages that use ServiceAuthority.ServicePrivilege
-
Uses of ServiceAuthority.ServicePrivilege in com.gigaspaces.security.authorities
Subclasses with type arguments of type ServiceAuthority.ServicePrivilege in com.gigaspaces.security.authoritiesModifier and TypeClassDescriptionstatic enumDefines service privilegesMethods in com.gigaspaces.security.authorities that return ServiceAuthority.ServicePrivilegeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ServiceAuthority.ServicePrivilege[]ServiceAuthority.ServicePrivilege.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 ServiceAuthority.ServicePrivilegeModifierConstructorDescriptionServiceAuthority(ServiceAuthority.ServicePrivilege servicePrivilege) ServiceAuthority(ServiceAuthority.ServicePrivilege servicePrivilege, ServiceAuthority.ServiceFilter filter) An authority with the specified privilege.