Uses of Class
org.springframework.vault.support.Policy.Rule
Packages that use Policy.Rule
Package
Description
Classes supporting the Vault packages, such as value objects.
-
Uses of Policy.Rule in org.springframework.vault.support
Methods in org.springframework.vault.support that return Policy.RuleModifier and TypeMethodDescriptionPolicy.Rule.RuleBuilder.build()Build thePolicy.Ruleobject.@Nullable Policy.RuleLookup aPolicy.Ruleby its path.Methods in org.springframework.vault.support that return types with arguments of type Policy.RuleMethods in org.springframework.vault.support with parameters of type Policy.RuleModifier and TypeMethodDescriptionstatic PolicyPolicy.of(Policy.Rule... rules) Create aPolicyfrom one or morerules.Policy.with(Policy.Rule rule) Create a newPolicyobject containing all configured rules and add the givenPolicy.Ruleto the new policy object.Method parameters in org.springframework.vault.support with type arguments of type Policy.RuleModifier and TypeMethodDescriptionstatic PolicyPolicy.of(Set<Policy.Rule> rules) Create aPolicyfrom one or morerules.