Package | Description |
---|---|
org.keycloak.authorization.client.representation | |
org.keycloak.authorization.client.resource |
Modifier and Type | Method and Description |
---|---|
List<PermissionRequest> |
EntitlementRequest.getPermissions()
Returns the permissions being requested.
|
Modifier and Type | Method and Description |
---|---|
void |
EntitlementRequest.addPermission(PermissionRequest request)
Adds the given
PermissionRequest to the list of requested permissions. |
Modifier and Type | Method and Description |
---|---|
void |
EntitlementRequest.setPermissions(List<PermissionRequest> permissions)
Set the permissions being requested
|
Modifier and Type | Method and Description |
---|---|
PermissionResponse |
PermissionResource.forResource(PermissionRequest request) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.