|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface TokenApi
Provides synchronous access to the KeyStone Admin API.
TokenAsyncApi,
| Method Summary | |
|---|---|
Token |
get(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/ |
User |
getUserOfToken(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/ |
boolean |
isValid(String token)
Validate a token. |
Set<? extends Endpoint> |
listEndpointsForToken(String token)
List all endpoints for a token NOTE: currently not working in openstack ( https://bugs.launchpad.net/keystone/+bug/988672 ) |
| Method Detail |
|---|
Token get(String token)
User getUserOfToken(String token)
boolean isValid(String token)
Set<? extends Endpoint> listEndpointsForToken(String token)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||