public class VaultAccessPolicy extends Object implements Serializable, Cloneable
Contains the vault access policy.
Constructor and Description |
---|
VaultAccessPolicy() |
Modifier and Type | Method and Description |
---|---|
VaultAccessPolicy |
clone() |
boolean |
equals(Object obj) |
String |
getPolicy()
The vault access policy.
|
int |
hashCode() |
void |
setPolicy(String policy)
The vault access policy.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VaultAccessPolicy |
withPolicy(String policy)
The vault access policy.
|
public void setPolicy(String policy)
The vault access policy.
policy
- The vault access policy.public String getPolicy()
The vault access policy.
public VaultAccessPolicy withPolicy(String policy)
The vault access policy.
policy
- The vault access policy.public String toString()
toString
in class Object
Object.toString()
public VaultAccessPolicy clone()
Copyright © 2018. All rights reserved.