public class TokenServiceImpl extends BaseOpenStackService implements TokenService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
TokenServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
check(String tokenId)
Validates a token.
|
ActionResponse |
delete(String tokenId)
Revokes a token.
|
Token |
get(String tokenId)
Validates and shows information for a token.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, head, patch, post, put, request, toList, uripublic Token get(String tokenId)
TokenServiceget in interface TokenServicetokenId - the identifier of the token that is subject to be checkedpublic ActionResponse check(String tokenId)
TokenServicecheck in interface TokenServicetokenId - the identifier of the token that is subject to be checkedpublic ActionResponse delete(String tokenId)
TokenServicedelete in interface TokenServicetokenId - the identifier of the token that is going to be deletedCopyright © 2016. All Rights Reserved.