Uses of Class
org.keycloak.representations.idm.authorization.ResourceRepresentation
-
-
Uses of ResourceRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return ResourceRepresentation Modifier and Type Method Description ResourceRepresentation
ResourceResource. toRepresentation()
Methods in org.keycloak.admin.client.resource with parameters of type ResourceRepresentation Modifier and Type Method Description javax.ws.rs.core.Response
ResourcesResource. create(ResourceRepresentation resource)
void
ResourceResource. update(ResourceRepresentation resource)
-
Uses of ResourceRepresentation in org.keycloak.authorization.admin
Methods in org.keycloak.authorization.admin that return ResourceRepresentation Modifier and Type Method Description ResourceRepresentation
ResourceSetService. create(ResourceRepresentation resource)
Methods in org.keycloak.authorization.admin with parameters of type ResourceRepresentation Modifier and Type Method 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)
Method parameters in org.keycloak.authorization.admin with type arguments of type ResourceRepresentation Modifier and Type Method Description javax.ws.rs.core.Response
ResourceSetService. findById(String id, Function<Resource,? extends ResourceRepresentation> toRepresentation)
-
Uses of ResourceRepresentation in org.keycloak.authorization.client.resource
Methods in org.keycloak.authorization.client.resource that return ResourceRepresentation Modifier and Type Method Description ResourceRepresentation
ProtectedResource. create(ResourceRepresentation resource)
Creates a new resource.ResourceRepresentation
ProtectedResource. findById(String id)
Query the server for a resource given itsid
.ResourceRepresentation
ProtectedResource. findByName(String name)
Query the server for a resource given itsname
where the owner is the resource server itself.ResourceRepresentation
ProtectedResource. findByName(String name, String ownerId)
Query the server for a resource given itsname
and a givenownerId
.Methods in org.keycloak.authorization.client.resource that return types with arguments of type ResourceRepresentation Modifier and Type Method Description List<ResourceRepresentation>
ProtectedResource. findByMatchingUri(String uri)
Returns a list of resources that best matches the givenuri
.List<ResourceRepresentation>
ProtectedResource. findByUri(String uri)
Query the server for all resources with the given uri.Methods in org.keycloak.authorization.client.resource with parameters of type ResourceRepresentation Modifier and Type Method Description ResourceRepresentation
ProtectedResource. create(ResourceRepresentation resource)
Creates a new resource.void
ProtectedResource. update(ResourceRepresentation resource)
Updates a resource. -
Uses of ResourceRepresentation in org.keycloak.authorization.protection.resource
Subclasses of ResourceRepresentation in org.keycloak.authorization.protection.resource Modifier and Type Class Description class
UmaResourceRepresentation
Methods in org.keycloak.authorization.protection.resource with parameters of type ResourceRepresentation Modifier and Type Method Description javax.ws.rs.core.Response
ResourceService. update(String id, ResourceRepresentation resource)
Constructors in org.keycloak.authorization.protection.resource with parameters of type ResourceRepresentation Constructor Description UmaResourceRepresentation(ResourceRepresentation resource)
-
Uses of ResourceRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ResourceRepresentation Modifier and Type Method Description static ResourceRepresentation
ModelToRepresentation. toRepresentation(Resource model, ResourceServer resourceServer, AuthorizationProvider authorization)
static ResourceRepresentation
ModelToRepresentation. toRepresentation(Resource model, ResourceServer resourceServer, AuthorizationProvider authorization, Boolean deep)
Methods in org.keycloak.models.utils with parameters of type ResourceRepresentation Modifier and Type Method Description static Resource
RepresentationToModel. toModel(ResourceRepresentation resource, ResourceServer resourceServer, AuthorizationProvider authorization)
-
Uses of ResourceRepresentation in org.keycloak.representations.adapters.config
Methods in org.keycloak.representations.adapters.config with parameters of type ResourceRepresentation Modifier and Type Method Description static Set<PolicyEnforcerConfig.PathConfig>
PolicyEnforcerConfig.PathConfig. createPathConfigs(ResourceRepresentation resourceDescription)
-
Uses of ResourceRepresentation in org.keycloak.representations.idm.authorization
Methods in org.keycloak.representations.idm.authorization that return ResourceRepresentation Modifier and Type Method Description ResourceRepresentation
PolicyEvaluationResponse.EvaluationResultRepresentation. getResource()
Methods in org.keycloak.representations.idm.authorization that return types with arguments of type ResourceRepresentation Modifier and Type Method Description List<ResourceRepresentation>
PolicyEvaluationRequest. getResources()
List<ResourceRepresentation>
ResourceServerRepresentation. getResources()
List<ResourceRepresentation>
ScopeRepresentation. getResources()
Set<ResourceRepresentation>
AbstractPolicyRepresentation. getResourcesData()
Methods in org.keycloak.representations.idm.authorization with parameters of type ResourceRepresentation Modifier and Type Method Description void
PolicyEvaluationResponse.EvaluationResultRepresentation. setResource(ResourceRepresentation resource)
Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ResourceRepresentation Modifier and Type Method Description void
PolicyEvaluationRequest. setResources(List<ResourceRepresentation> resources)
void
ResourceServerRepresentation. setResources(List<ResourceRepresentation> resources)
void
ScopeRepresentation. setResources(List<ResourceRepresentation> resources)
<R> void
AbstractPolicyRepresentation. setResourcesData(Set<ResourceRepresentation> resources)
-
Uses of ResourceRepresentation in org.keycloak.services.resources.account.resources
Subclasses of ResourceRepresentation in org.keycloak.services.resources.account.resources Modifier and Type Class Description static class
AbstractResourceService.Resource
static class
AbstractResourceService.ResourcePermission
-