Interface TokenV2
-
- All Superinterfaces:
ModelEntity,Serializable,Token
- All Known Implementing Classes:
KeystoneToken
public interface TokenV2 extends Token
A version 2 token which is used during authentication allowing follow up calls to only supply the assigned token within the header avoiding re-authentication- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TenantgetTenant()-
Methods inherited from interface org.openstack4j.model.identity.v2.Token
getExpires, getId, getVersion
-
-
-
-
Method Detail
-
getTenant
Tenant getTenant()
- Returns:
- the tenant associated with the original authentication request
-
-