Modifier and Type | Method and Description |
---|---|
ResourceRepresentation |
ResourceResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ResourcesResource.create(ResourceRepresentation resource) |
void |
ResourceResource.update(ResourceRepresentation resource) |
Modifier and Type | Method and Description |
---|---|
ResourceRepresentation |
ResourceSetService.create(ResourceRepresentation resource) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceSetService.audit(ResourceRepresentation resource,
String id,
OperationType operation) |
ResourceRepresentation |
ResourceSetService.create(ResourceRepresentation resource) |
javax.ws.rs.core.Response |
ResourceSetService.createPost(ResourceRepresentation resource) |
javax.ws.rs.core.Response |
ResourceSetService.update(String id,
ResourceRepresentation resource) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ResourceSetService.findById(String id,
Function<Resource,? extends ResourceRepresentation> toRepresentation) |
Modifier and Type | Method and Description |
---|---|
ResourceRepresentation |
ProtectedResource.create(ResourceRepresentation resource)
Creates a new resource.
|
ResourceRepresentation |
ProtectedResource.findById(String id)
Query the server for a resource given its
id . |
ResourceRepresentation |
ProtectedResource.findByName(String name)
Query the server for a resource given its
name where the owner is the resource server itself. |
ResourceRepresentation |
ProtectedResource.findByName(String name,
String ownerId)
Query the server for a resource given its
name and a given ownerId . |
Modifier and Type | Method and Description |
---|---|
List<ResourceRepresentation> |
ProtectedResource.findByMatchingUri(String uri)
Returns a list of resources that best matches the given
uri . |
List<ResourceRepresentation> |
ProtectedResource.findByUri(String uri)
Query the server for all resources with the given uri.
|
Modifier and Type | Method and Description |
---|---|
ResourceRepresentation |
ProtectedResource.create(ResourceRepresentation resource)
Creates a new resource.
|
void |
ProtectedResource.update(ResourceRepresentation resource)
Updates a resource.
|
Modifier and Type | Class and Description |
---|---|
class |
UmaResourceRepresentation |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ResourceService.update(String id,
ResourceRepresentation resource) |
Constructor and Description |
---|
UmaResourceRepresentation(ResourceRepresentation resource) |
Modifier and Type | Method and Description |
---|---|
static ResourceRepresentation |
ModelToRepresentation.toRepresentation(Resource model,
String resourceServer,
AuthorizationProvider authorization) |
static ResourceRepresentation |
ModelToRepresentation.toRepresentation(Resource model,
String resourceServer,
AuthorizationProvider authorization,
Boolean deep) |
Modifier and Type | Method and Description |
---|---|
static Resource |
RepresentationToModel.toModel(ResourceRepresentation resource,
ResourceServer resourceServer,
AuthorizationProvider authorization) |
Modifier and Type | Method and Description |
---|---|
static Set<PolicyEnforcerConfig.PathConfig> |
PolicyEnforcerConfig.PathConfig.createPathConfigs(ResourceRepresentation resourceDescription) |
Modifier and Type | Method and Description |
---|---|
ResourceRepresentation |
PolicyEvaluationResponse.EvaluationResultRepresentation.getResource() |
Modifier and Type | Method and Description |
---|---|
List<ResourceRepresentation> |
ScopeRepresentation.getResources() |
List<ResourceRepresentation> |
ResourceServerRepresentation.getResources() |
List<ResourceRepresentation> |
PolicyEvaluationRequest.getResources() |
Set<ResourceRepresentation> |
AbstractPolicyRepresentation.getResourcesData() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyEvaluationResponse.EvaluationResultRepresentation.setResource(ResourceRepresentation resource) |
Modifier and Type | Method and Description |
---|---|
void |
ScopeRepresentation.setResources(List<ResourceRepresentation> resources) |
void |
ResourceServerRepresentation.setResources(List<ResourceRepresentation> resources) |
void |
PolicyEvaluationRequest.setResources(List<ResourceRepresentation> resources) |
<R> void |
AbstractPolicyRepresentation.setResourcesData(Set<ResourceRepresentation> resources) |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractResourceService.Resource |
static class |
AbstractResourceService.ResourcePermission |
Copyright © 2020 JBoss by Red Hat. All rights reserved.