|
keycloak
|

公開メンバ関数 | |
| PolicyResource (String resourceId, Http http, ServerConfiguration serverConfiguration, TokenCallable pat) | |
| UmaPermissionRepresentation | create (final UmaPermissionRepresentation permission) |
| void | update (final UmaPermissionRepresentation permission) |
| void | delete (final String id) |
| List< UmaPermissionRepresentation > | find (final String name, final String scope, final Integer firstResult, final Integer maxResult) |
| UmaPermissionRepresentation | findById (final String id) |
非公開変数類 | |
| String | resourceId |
| final Http | http |
| final ServerConfiguration | serverConfiguration |
| final TokenCallable | pat |
An entry point for managing user-managed permissions for a particular resource
|
inline |
|
inline |
Creates a new user-managed permission as represented by the given
.
| permission | the permission to create |
|
inline |
Deletes an existing user-managed permission
| id | the permission id |
|
inline |
Queries the server for permission matching the given parameters.
| id | the permission id |
| name | the name of the permission |
| scope | the scope associated with the permission |
| firstResult | the position of the first resource to retrieve |
| maxResult | the maximum number of resources to retrieve |
|
inline |
Queries the server for a permission with the given
.
| id | the permission id |
|
inline |
Updates an existing user-managed permission
| permission | the permission to update |
|
private |
|
private |
|
private |
|
private |
1.8.13