public class VaultToken extends Object
Modifier | Constructor and Description |
---|---|
protected |
VaultToken(String token) |
Modifier and Type | Method and Description |
---|---|
String |
getToken() |
static VaultToken |
of(String token)
Creates a new
VaultToken . |
protected VaultToken(String token)
public static VaultToken of(String token)
VaultToken
.token
- must not be empty or null.VaultToken
public String getToken()
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.