Class Policy.Rule
java.lang.Object
org.springframework.vault.support.Policy.Rule
- Enclosing class:
- Policy
Value object representing a rule for a certain path. Rule equality is considered by
comparing only the path segment to guarante uniqueness within a
Set
.- Author:
- Mark Paluch
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Policy.Rule.RuleBuilder
builder()
Create a new builder forPolicy.Rule
.boolean
getPath()
int
hashCode()
-
Method Details
-
builder
Create a new builder forPolicy.Rule
.- Returns:
- a new
Policy.Rule.RuleBuilder
.
-
getPath
-
getCapabilities
-
getMinWrappingTtl
-
getMaxWrappingTtl
-
getAllowedParameters
-
getDeniedParameters
-
equals
-
hashCode
public int hashCode()
-