Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ResourceSetService.create(ResourceRepresentation resource) |
javax.ws.rs.core.Response |
ResourceSetService.update(String id,
ResourceRepresentation resource) |
Modifier and Type | Method and Description |
---|---|
ResourceRepresentation |
PolicyEvaluationResponse.EvaluationResultRepresentation.getResource() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyEvaluationResponse.EvaluationResultRepresentation.setResource(ResourceRepresentation resource) |
Modifier and Type | Method and Description |
---|---|
static ResourceRepresentation |
Models.toRepresentation(Resource model,
ResourceServer resourceServer,
AuthorizationProvider authorization) |
Modifier and Type | Method and Description |
---|---|
static Resource |
Models.toModel(ResourceRepresentation resource,
ResourceServer resourceServer,
AuthorizationProvider authorization) |
Modifier and Type | Method and Description |
---|---|
List<ResourceRepresentation> |
PermissionTicket.getResources() |
Constructor and Description |
---|
PermissionTicket(List<ResourceRepresentation> resources,
String resourceServerId,
AccessToken accessToken) |
Modifier and Type | Method and Description |
---|---|
List<ResourceRepresentation> |
ScopeRepresentation.getResources() |
List<ResourceRepresentation> |
ResourceServerRepresentation.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
ScopeRepresentation.setResources(List<ResourceRepresentation> resources) |
void |
ResourceServerRepresentation.setResources(List<ResourceRepresentation> resources) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.