public class CubbyholeAuthenticationOptions extends Object
CubbyholeAuthentication
.
Authentication options provide the path below cubbyhole and the cubbyhole mode. Instances of this class are immutable once constructed.
CubbyholeAuthentication
,
builder()
Modifier and Type | Class and Description |
---|---|
static class |
CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder
Builder for
CubbyholeAuthenticationOptions . |
Modifier and Type | Method and Description |
---|---|
static CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder |
builder() |
VaultToken |
getInitialToken() |
String |
getPath() |
boolean |
isSelfLookup() |
boolean |
isWrappedToken() |
public static CubbyholeAuthenticationOptions.CubbyholeAuthenticationOptionsBuilder builder()
public VaultToken getInitialToken()
VaultToken
to access Cubbyhole.public String getPath()
public boolean isWrappedToken()
public boolean isSelfLookup()
Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.