public class KeystoneCredential extends Object implements Credential
Modifier and Type | Class and Description |
---|---|
static class |
KeystoneCredential.CredentialConcreteBuilder |
static class |
KeystoneCredential.Credentials |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
KeystoneCredential() |
Modifier and Type | Method and Description |
---|---|
static CredentialBuilder |
builder() |
String |
getBlob()
the credential itself as serialized blob
|
String |
getId() |
Map<String,String> |
getLinks() |
String |
getProjectId() |
String |
getType() |
String |
getUserId() |
int |
hashCode() |
CredentialBuilder |
toBuilder() |
String |
toString() |
public static CredentialBuilder builder()
public CredentialBuilder toBuilder()
toBuilder
in interface Buildable<CredentialBuilder>
public String getId()
getId
in interface Credential
public String getUserId()
getUserId
in interface Credential
public String getProjectId()
getProjectId
in interface Credential
public String getType()
getType
in interface Credential
public String getBlob()
Credential
getBlob
in interface Credential
public Map<String,String> getLinks()
getLinks
in interface Credential
Copyright © 2017. All rights reserved.