Uses of Enum Class
net.solarnetwork.central.security.SecurityPolicyMetadataType
Packages that use SecurityPolicyMetadataType
-
Uses of SecurityPolicyMetadataType in net.solarnetwork.central.security
Methods in net.solarnetwork.central.security that return SecurityPolicyMetadataTypeModifier and TypeMethodDescriptionstatic SecurityPolicyMetadataTypeReturns the enum constant of this class with the specified name.static SecurityPolicyMetadataType[]SecurityPolicyMetadataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.solarnetwork.central.security with parameters of type SecurityPolicyMetadataTypeModifier and TypeMethodDescription<T> TAuthorizationSupport.policyEnforcerCheck(T domainObject, SecurityPolicyMetadataType metadataType) Enforce a security policy on a domain object or collection of domain objects.Constructors in net.solarnetwork.central.security with parameters of type SecurityPolicyMetadataTypeModifierConstructorDescriptionSecurityPolicyEnforcer(SecurityPolicy policy, Object principal, Object delegate, org.springframework.util.PathMatcher pathMatcher, SecurityPolicyMetadataType metadataType) Construct a new enforcer with patch matching support.