diff --git a/api-ref/src/wadls/identity-api/src/v2.0/wadl/OS-KSVALIDATE-admin.wadl b/api-ref/src/wadls/identity-api/src/v2.0/wadl/OS-KSVALIDATE-admin.wadl index f506c32d7..b48bbe198 100644 --- a/api-ref/src/wadls/identity-api/src/v2.0/wadl/OS-KSVALIDATE-admin.wadl +++ b/api-ref/src/wadls/identity-api/src/v2.0/wadl/OS-KSVALIDATE-admin.wadl @@ -58,18 +58,19 @@ required="false" type="xsd:string"> Validates that a - token has the specified tenant in - scope, for performance. Valid - tokens are in the - /tokens/{tokenId} - path. An itemNotFound - (404) fault is - returned for a token that is not - valid. + xml:lang="EN"> + + Validates that a token has the specified + tenant in scope, for performance. Valid + tokens are in the + /tokens/{tokenId} path. If + the token is not valid, this call throws + the itemNotFound (404) + fault. + + - + &serviceIdQueryParameter; @@ -91,18 +92,7 @@ authentication token. - - A comma-separated - string of service IDs. Checks the - roles against the specified service - IDs. If a service ID is not valid - or if no roles are associated with - a service ID, a 401 fault is - returned. - + &serviceIdQueryParameter; @@ -118,21 +108,24 @@ - Checks that a token is valid and - that it belongs to a specified tenant and service IDs. - Returns the permissions for a particular - client. - Behavior is similar to - /tokens/{tokenId}. An itemNotFound - (404) fault is returned for a token - that is not valid. - This extension might decrypt - X-Subject-Token header and internally - call the normal validation for Identity, passing in - all headers and query parameters. It should therefore - support all existing calls on - /tokens/{tokenId}, including - extensions such as HP-IDM. + + Checks that a token is valid and that it belongs to a + specified tenant and any specified service IDs. Returns the + permissions for a particular client. + + + Behavior is similar to /tokens/{tokenId}. If the + token is not valid, the call throws the itemNotFound + (404) fault. + + + This extension might decrypt the X-Subject-Token + header and internally call and pass in all headers and query + parameters to the normal validation code for Identity. + Consequently, this extension must support all existing + /tokens/{tokenId} calls including extensions such + as HP-IDM. + @@ -147,27 +140,30 @@ - Checks that a token is valid and - that it belongs to a specified tenant and service IDs, - for performance. - Behavior is similar to - /tokens/{tokenId}. An itemNotFound - (404) fault is returned for a token - that is not valid. - This extension might decrypt - X-Subject-Token header and internally - call the normal validation for Identity, passing in - all headers and query parameters. It should therefore - support all existing calls on - /tokens/{tokenId}, including - extensions such as HP-IDM. + + Checks that a token is valid and that it belongs to a + specified tenant and any specified service IDs, for performance. + + + Behavior is similar to /tokens/{tokenId}. If the + token is not valid, the call throws the itemNotFound + (404) fault. + + + This extension might decrypt the X-Subject-Token + header and internally call and pass in all headers and query + parameters to the normal validation code for Identity. + Consequently, this extension must support all existing + /tokens/{tokenId} calls including extensions such + as HP-IDM. + &commonFaults; &getFaults; Lists endpoints associated with a - specific token. + specified token. &limitMarkerReqParameter; diff --git a/api-ref/src/wadls/identity-api/src/v2.0/wadl/common.ent b/api-ref/src/wadls/identity-api/src/v2.0/wadl/common.ent index de09dad04..7f20dae00 100644 --- a/api-ref/src/wadls/identity-api/src/v2.0/wadl/common.ent +++ b/api-ref/src/wadls/identity-api/src/v2.0/wadl/common.ent @@ -79,15 +79,67 @@ The role - description. + xml:lang="EN"> + + The role description. + + +'> + + + + One or more service IDs. Specify multiple values as a comma-separated + list. The API checks roles against the specified service IDs. If a + service ID is not valid or no roles are associated with it, this call + throws the unauthorized (401) fault. + + '> -

The user name.

-

The password of the user.

-

The tenant name.

-

The tenant ID.

-'> - + + + + The user name. + + + + + + The password of the user. + + + + + + The tenant name. + + + + + + The tenant ID. + + +'>