Uses of Enum Class
nl.b3p.tailormap.api.persistence.json.AuthorizationRuleDecision
Packages that use AuthorizationRuleDecision
-
Uses of AuthorizationRuleDecision in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.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 nl.b3p.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 nl.b3p.tailormap.api.persistence.json with parameters of type AuthorizationRuleDecisionModifier and TypeMethodDescriptionAuthorizationRule.putDecisionsItem(String key, AuthorizationRuleDecision decisionsItem) Method parameters in nl.b3p.tailormap.api.persistence.json with type arguments of type AuthorizationRuleDecisionModifier and TypeMethodDescriptionAuthorizationRule.decisions(Map<String, AuthorizationRuleDecision> decisions) voidAuthorizationRule.setDecisions(Map<String, AuthorizationRuleDecision> decisions)