Uses of Class
nl.b3p.tailormap.api.persistence.json.AuthorizationRuleDecision
-
Packages that use AuthorizationRuleDecision Package Description nl.b3p.tailormap.api.persistence.json -
-
Uses of AuthorizationRuleDecision in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return AuthorizationRuleDecision Modifier and Type Method Description static AuthorizationRuleDecisionAuthorizationRuleDecision. fromValue(String value)static AuthorizationRuleDecisionAuthorizationRuleDecision. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationRuleDecision[]AuthorizationRuleDecision. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.b3p.tailormap.api.persistence.json that return types with arguments of type AuthorizationRuleDecision Modifier and Type Method Description @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 AuthorizationRuleDecision Modifier and Type Method Description AuthorizationRuleAuthorizationRule. putDecisionsItem(String key, AuthorizationRuleDecision decisionsItem)Method parameters in nl.b3p.tailormap.api.persistence.json with type arguments of type AuthorizationRuleDecision Modifier and Type Method Description AuthorizationRuleAuthorizationRule. decisions(Map<String,AuthorizationRuleDecision> decisions)voidAuthorizationRule. setDecisions(Map<String,AuthorizationRuleDecision> decisions)
-