Modifier and Type | Method and Description |
---|---|
UmaPermissionRepresentation |
PolicyResource.create(UmaPermissionRepresentation permission)
Creates a new user-managed permission as represented by the given
permission . |
UmaPermissionRepresentation |
PolicyResource.findById(String id)
Queries the server for a permission with the given
id . |
Modifier and Type | Method and Description |
---|---|
List<UmaPermissionRepresentation> |
PolicyResource.find(String name,
String scope,
Integer firstResult,
Integer maxResult)
Queries the server for permission matching the given parameters.
|
Modifier and Type | Method and Description |
---|---|
UmaPermissionRepresentation |
PolicyResource.create(UmaPermissionRepresentation permission)
Creates a new user-managed permission as represented by the given
permission . |
void |
PolicyResource.update(UmaPermissionRepresentation permission)
Updates an existing user-managed permission
|
Modifier and Type | Method and Description |
---|---|
UmaPermissionRepresentation |
UMAPolicyProviderFactory.toRepresentation(Policy policy,
AuthorizationProvider authorization) |
Modifier and Type | Method and Description |
---|---|
Class<UmaPermissionRepresentation> |
UMAPolicyProviderFactory.getRepresentationType() |
Modifier and Type | Method and Description |
---|---|
void |
UMAPolicyProviderFactory.onCreate(Policy policy,
UmaPermissionRepresentation representation,
AuthorizationProvider authorization) |
void |
UMAPolicyProviderFactory.onUpdate(Policy policy,
UmaPermissionRepresentation representation,
AuthorizationProvider authorization) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserManagedPermissionService.create(String resourceId,
UmaPermissionRepresentation representation) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.