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.Rule
object.Lookup aPolicy.Rule
by 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 Policy
Policy.of
(Policy.Rule... rules) Create aPolicy
from one or morerules
.Policy.with
(Policy.Rule rule) Create a newPolicy
object containing all configured rules and add the givenPolicy.Rule
to the new policy object.Method parameters in org.springframework.vault.support with type arguments of type Policy.RuleModifier and TypeMethodDescriptionstatic Policy
Policy.of
(Set<Policy.Rule> rules) Create aPolicy
from one or morerules
.