Package | Description |
---|---|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Method and Description |
---|---|
Policy.Rule |
Policy.Rule.RuleBuilder.build()
Build the
Policy.Rule object. |
Policy.Rule |
Policy.getRule(String path)
Lookup a
Policy.Rule by its path. |
Modifier and Type | Method and Description |
---|---|
Set<Policy.Rule> |
Policy.getRules() |
Modifier and Type | Method and Description |
---|---|
static Policy |
Policy.of(Policy.Rule... rules)
Create a
Policy from one or more rules . |
Policy |
Policy.with(Policy.Rule rule)
Create a new
Policy object containing all configured rules and add the
given Policy.Rule to the new policy object. |
Modifier and Type | Method and Description |
---|---|
static Policy |
Policy.of(Set<Policy.Rule> rules)
Create a
Policy from one or more rules . |
Copyright © 2016–2021 Pivotal Software, Inc.. All rights reserved.