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 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.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) void
AuthorizationRule.setDecisions
(Map<String, AuthorizationRuleDecision> decisions)