%common; ]> You need a valid admin token for access. You need to supply a token to validate. You need a valid admin token for access. You need to supply a token to validate.

Check that a token is valid and that it belongs to a supplied tenant and services and return the permissions relevant to a particular client.

Behaviour is similar to /tokens/{tokenId}. In other words, a user should expect an itemNotFound (404) fault for an invalid token.

'X-Subject-Token' is encrypted, but can still be used for caching. This extension will basically decrypt this header and internally call Keystone's normal validation, passing along all headers and query parameters. It should therefore support all exsting calls on /tokens/{tokenId}, including extensions such as HP-IDM.

Validates a token has the supplied tenant in scope.

If provided, filter the roles to be returned by the given service IDs.

&commonFaults; &getFaults;

Check that a token is valid and that it belongs to a particular tenant and services (For performance).

Behaviour is similar to /tokens/{tokenId}. In other words, a user should expect an itemNotFound (404) fault for an invalid token.

'X-Subject-Token' is encrypted, but can still be used for caching. This extension will basically decrypt this header and internally call Keystone's normal validation, passing along all headers and query parameters. It should therefore support all exsting calls on /tokens/{tokenId}, including extensions such as HP-IDM.

No response body is returned for this method.

Validates a token has the supplied tenant in scope. (for performance).

Check the roles against the given service IDs.

&commonFaults; &getFaults;

Returns a list of endpoints associated with a specific token.

&commonFaults; &getFaults;