public interface TokenV3 extends Token
http://docs.openstack.org/api/openstack-identity-service/2.0/content/POST_admin-authenticate_v2.0_tokens_Token_Operations.html| Modifier and Type | Interface and Description |
|---|---|
static interface |
TokenV3.DomainV3 |
static interface |
TokenV3.ProjectV3 |
static interface |
TokenV3.RoleV3 |
static interface |
TokenV3.UserV3 |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Catalog> |
getCatalog() |
Date |
getIssuedAt() |
List<String> |
getMethods() |
TokenV3.ProjectV3 |
getProject() |
List<? extends TokenV3.RoleV3> |
getRoles() |
TokenV3.UserV3 |
getUser() |
getExpires, getId, getVersionDate getIssuedAt()
TokenV3.ProjectV3 getProject()
TokenV3.UserV3 getUser()
List<? extends TokenV3.RoleV3> getRoles()