Class KeystoneToken
- java.lang.Object
-
- org.openstack4j.openstack.identity.v2.domain.KeystoneToken
-
- All Implemented Interfaces:
Serializable,Token,TokenV2,ModelEntity
public final class KeystoneToken extends Object implements TokenV2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeystoneToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetExpires()The expiring date/time of this tokenStringgetId()The generated token ID created by the Identity Restful serviceTenantgetTenant()AuthVersiongetVersion()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
Description copied from interface:TokenThe generated token ID created by the Identity Restful service
-
getExpires
public Date getExpires()
Description copied from interface:TokenThe expiring date/time of this token- Specified by:
getExpiresin interfaceToken- Returns:
- the expire date/time
-
getTenant
public Tenant getTenant()
-
getVersion
public AuthVersion getVersion()
- Specified by:
getVersionin interfaceToken- Returns:
- the authentication version of this token
-
-