gluu
|
公開メンバ関数 | |
Response | registerPermission (@Context HttpServletRequest request, @HeaderParam("Authorization") String authorization, @ApiParam(value="The identifier for a resource to which this client is seeking access. The identifier MUST correspond to a resource set that was previously registered.", required=true) String requestAsString) |
非公開メンバ関数 | |
UmaPermissionList | parseRequest (String requestAsString) |
The endpoint at which the host registers permissions that it anticipates a requester will shortly be asking for from the AM. This AM's endpoint is part of resource set registration API.
In response to receiving an access request accompanied by an RPT that is invalid or has insufficient authorization data, the host SHOULD register a permission with the AM that would be sufficient for the type of access sought. The AM returns a permission ticket for the host to give to the requester in its response.
|
inlineprivate |
UMA2 spec (edit 4) defined to possible requests, single permission or list of permission. So here we parse manually
requestAsString | request as string |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |