Interface Credential
-
- All Superinterfaces:
Buildable<CredentialBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
KeystoneCredential
public interface Credential extends ModelEntity, Buildable<CredentialBuilder>
Domain model.- See Also:
- API reference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
-
-
Method Detail
-
getId
String getId()
- Returns:
- the id of the credential
-
getUserId
String getUserId()
- Returns:
- the id of the user who owns the credential
-
getProjectId
String getProjectId()
- Returns:
- the id of the associated project
-
getType
String getType()
- Returns:
- the credential type such as 'ec2', 'cert'
-
getBlob
String getBlob()
the credential itself as serialized blob- Returns:
- the blob the credential
-
-