Uses of Class
org.springframework.vault.support.Policy.Rule.RuleBuilder
Package
Description
Classes supporting the Vault packages, such as value objects.
-
Uses of Policy.Rule.RuleBuilder in org.springframework.vault.support
Modifier and TypeMethodDescriptionPolicy.Rule.RuleBuilder.allowedParameter
(String name, String... values) Configure allowed parameter values givenname
andvalues
.static Policy.Rule.RuleBuilder
Policy.Rule.builder()
Create a new builder forPolicy.Rule
.Policy.Rule.RuleBuilder.capabilities
(String... capabilities) Configure capabilities represented asString
literals.Policy.Rule.RuleBuilder.capabilities
(Policy.Capability... capabilities) Configure capabilities. apabilities are added when calling this method and do not replace already configured capabilities.Policy.Rule.RuleBuilder.capability
(Policy.Capability capability) Configure aPolicy.Capability
for the rule.Policy.Rule.RuleBuilder.deniedParameter
(String name, String... values) Configure denied parameter values givenname
andvalues
.Policy.Rule.RuleBuilder.maxWrappingTtl
(Duration ttl) Configure a max TTL for response wrapping.Policy.Rule.RuleBuilder.minWrappingTtl
(Duration ttl) Configure a min TTL for response wrapping.Associate apath
with the rule.