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
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic Policy.Rule.RuleBuilderbuilder()Create a new builder forPolicy.Rule.booleangetPath()inthashCode() 
- 
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() 
 -