public enum UnwrappingEndpoints extends Enum<UnwrappingEndpoints>
sys/wrapping
endpoints.Enum Constant and Description |
---|
Cubbyhole
Legacy cubbyhole endpoints prior to Vault 0.6.2 (cubbyhole/response).
|
SysWrapping
Sys/wrapping endpoints for Vault 0.6.2 and higher
(/sys/wrapping/unwrap).
|
Modifier and Type | Method and Description |
---|---|
static UnwrappingEndpoints |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnwrappingEndpoints[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnwrappingEndpoints Cubbyhole
public static final UnwrappingEndpoints SysWrapping
public static UnwrappingEndpoints[] values()
for (UnwrappingEndpoints c : UnwrappingEndpoints.values()) System.out.println(c);
public static UnwrappingEndpoints valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.