Uses of Enum Class
org.tailormap.api.persistence.json.AuthorizationRuleDecision
-
Uses of AuthorizationRuleDecision in org.tailormap.api.persistence.json
Modifier and TypeMethodDescriptionstatic AuthorizationRuleDecision
static AuthorizationRuleDecision
Returns 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.Modifier and TypeMethodDescription@NotNull @Valid Map<String,
AuthorizationRuleDecision> AuthorizationRule.getDecisions()
A map of access type to decision.Modifier and TypeMethodDescriptionAuthorizationRule.putDecisionsItem
(String key, AuthorizationRuleDecision decisionsItem) Modifier and TypeMethodDescriptionAuthorizationRule.decisions
(Map<String, AuthorizationRuleDecision> decisions) void
AuthorizationRule.setDecisions
(Map<String, AuthorizationRuleDecision> decisions)