Uses of Enum Class
org.tailormap.api.persistence.json.AuthorizationRuleDecision
Packages that use AuthorizationRuleDecision
-
Uses of AuthorizationRuleDecision in org.tailormap.api.persistence.json
Methods 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)