Uses of Class
org.keycloak.representations.idm.authorization.ResourceRepresentation
Package
Description
-
Uses of ResourceRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionResourcesResource.find
(String name, String uri, String owner, String type, String scope, Integer firstResult, Integer maxResult) ResourcesResource.findByName
(String name) ResourcesResource.findByName
(String name, String owner) AggregatePolicyResource.resources()
ClientPolicyResource.resources()
GroupPolicyResource.resources()
JSPolicyResource.resources()
PolicyResource.resources()
ResourcePermissionResource.resources()
ResourcesResource.resources()
RolePolicyResource.resources()
ScopePermissionResource.resources()
TimePolicyResource.resources()
UserPolicyResource.resources()
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ResourcesResource.create
(ResourceRepresentation resource) void
ResourceResource.update
(ResourceRepresentation resource) -
Uses of ResourceRepresentation in org.keycloak.authorization.admin
Modifier and TypeMethodDescriptionvoid
ResourceSetService.audit
(ResourceRepresentation resource, String id, OperationType operation) ResourceSetService.create
(ResourceRepresentation resource) jakarta.ws.rs.core.Response
ResourceSetService.createPost
(ResourceRepresentation resource) jakarta.ws.rs.core.Response
ResourceSetService.update
(String id, ResourceRepresentation resource) Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ResourceSetService.findById
(String id, Function<Resource, ? extends ResourceRepresentation> toRepresentation) -
Uses of ResourceRepresentation in org.keycloak.authorization.client.resource
Modifier and TypeMethodDescriptionProtectedResource.create
(ResourceRepresentation resource) Creates a new resource.Query the server for a resource given itsid
.ProtectedResource.findByName
(String name) Query the server for a resource given itsname
where the owner is the resource server itself.ProtectedResource.findByName
(String name, String ownerId) Query the server for a resource given itsname
and a givenownerId
.Modifier and TypeMethodDescriptionProtectedResource.findByMatchingUri
(String uri) Returns a list of resources that best matches the givenuri
.Query the server for all resources with the given uri.Modifier and TypeMethodDescriptionProtectedResource.create
(ResourceRepresentation resource) Creates a new resource.void
ProtectedResource.update
(ResourceRepresentation resource) Updates a resource. -
Uses of ResourceRepresentation in org.keycloak.authorization.protection.resource
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ResourceService.update
(String id, ResourceRepresentation resource) -
Uses of ResourceRepresentation in org.keycloak.models.utils
Modifier and TypeMethodDescriptionstatic ResourceRepresentation
ModelToRepresentation.toRepresentation
(Resource model, ResourceServer resourceServer, AuthorizationProvider authorization) static ResourceRepresentation
ModelToRepresentation.toRepresentation
(Resource model, ResourceServer resourceServer, AuthorizationProvider authorization, Boolean deep) Modifier and TypeMethodDescriptionstatic Resource
RepresentationToModel.toModel
(ResourceRepresentation resource, ResourceServer resourceServer, AuthorizationProvider authorization) -
Uses of ResourceRepresentation in org.keycloak.representations.adapters.config
Modifier and TypeMethodDescriptionstatic Set<PolicyEnforcerConfig.PathConfig>
PolicyEnforcerConfig.PathConfig.createPathConfigs
(ResourceRepresentation resourceDescription) -
Uses of ResourceRepresentation in org.keycloak.representations.idm.authorization
Modifier and TypeMethodDescriptionPolicyEvaluationResponse.EvaluationResultRepresentation.getResource()
Modifier and TypeMethodDescriptionPolicyEvaluationRequest.getResources()
ResourceServerRepresentation.getResources()
ScopeRepresentation.getResources()
AbstractPolicyRepresentation.getResourcesData()
Modifier and TypeMethodDescriptionvoid
PolicyEvaluationResponse.EvaluationResultRepresentation.setResource
(ResourceRepresentation resource) Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionstatic class
static class