Uses of Class
org.springframework.vault.support.Policy.Rule
Package
Description
Classes supporting the Vault packages, such as value objects.
-
Uses of Policy.Rule in org.springframework.vault.support
Modifier and TypeMethodDescriptionPolicy.Rule.RuleBuilder.build()
Build thePolicy.Rule
object.Lookup aPolicy.Rule
by its path.Modifier 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.Modifier and TypeMethodDescriptionstatic Policy
Policy.of
(Set<Policy.Rule> rules) Create aPolicy
from one or morerules
.