Uses of Enum Class
org.tailormap.api.persistence.json.AuthorizationRuleDecision
Packages that use AuthorizationRuleDecision
-
Uses of AuthorizationRuleDecision in org.tailormap.api.persistence.json
Subclasses with type arguments of type AuthorizationRuleDecision in org.tailormap.api.persistence.jsonModifier and TypeClassDescriptionenumGets or Sets AuthorizationRuleDecisionMethods in org.tailormap.api.persistence.json that return AuthorizationRuleDecisionModifier and TypeMethodDescriptionstatic AuthorizationRuleDecisionstatic AuthorizationRuleDecisionReturns the enum constant of this class with the specified name.static AuthorizationRuleDecision[]AuthorizationRuleDecision.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.persistence.json that return types with arguments of type AuthorizationRuleDecisionModifier and TypeMethodDescription@NotNull @Valid Map<String, AuthorizationRuleDecision> AuthorizationRule.getDecisions()A map of access type to decision.Methods in org.tailormap.api.persistence.json with parameters of type AuthorizationRuleDecisionModifier and TypeMethodDescriptionAuthorizationRule.putDecisionsItem(String key, AuthorizationRuleDecision decisionsItem) Method parameters in org.tailormap.api.persistence.json with type arguments of type AuthorizationRuleDecisionModifier and TypeMethodDescriptionAuthorizationRule.decisions(Map<String, AuthorizationRuleDecision> decisions) voidAuthorizationRule.setDecisions(Map<String, AuthorizationRuleDecision> decisions) Constructor parameters in org.tailormap.api.persistence.json with type arguments of type AuthorizationRuleDecisionModifierConstructorDescriptionAuthorizationRule(String groupName, Map<String, AuthorizationRuleDecision> decisions) Constructor with all args parameters