Uses of Class
org.keycloak.representations.idm.authorization.ResourceRepresentation
Packages that use ResourceRepresentation
Package
Description
-
Uses of ResourceRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return ResourceRepresentationModifier and TypeMethodDescriptionResourcesResource.searchByName
(String name) ResourceResource.toRepresentation()
Methods in org.keycloak.admin.client.resource that return types with arguments of type ResourceRepresentationModifier 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()
Methods in org.keycloak.admin.client.resource with parameters of type ResourceRepresentationModifier and TypeMethodDescriptionjakarta.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 ResourceRepresentationMethods in org.keycloak.authorization.admin with parameters of type ResourceRepresentationModifier 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) Method parameters in org.keycloak.authorization.admin with type arguments of type ResourceRepresentationModifier and TypeMethodDescriptionjakarta.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 ResourceRepresentationModifier 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
.Methods in org.keycloak.authorization.client.resource that return types with arguments of type ResourceRepresentationModifier 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.Methods in org.keycloak.authorization.client.resource with parameters of type ResourceRepresentationModifier 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
Subclasses of ResourceRepresentation in org.keycloak.authorization.protection.resourceMethods in org.keycloak.authorization.protection.resource with parameters of type ResourceRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ResourceService.update
(String id, ResourceRepresentation resource) Constructors in org.keycloak.authorization.protection.resource with parameters of type ResourceRepresentation -
Uses of ResourceRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ResourceRepresentationModifier and TypeMethodDescriptionstatic 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 ResourceRepresentationModifier and TypeMethodDescriptionstatic 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 ResourceRepresentationModifier and TypeMethodDescriptionstatic 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 ResourceRepresentationModifier and TypeMethodDescriptionPolicyEvaluationResponse.EvaluationResultRepresentation.getResource()
Methods in org.keycloak.representations.idm.authorization that return types with arguments of type ResourceRepresentationModifier and TypeMethodDescriptionPolicyEvaluationRequest.getResources()
ResourceServerRepresentation.getResources()
ScopeRepresentation.getResources()
AbstractPolicyRepresentation.getResourcesData()
Methods in org.keycloak.representations.idm.authorization with parameters of type ResourceRepresentationModifier and TypeMethodDescriptionvoid
PolicyEvaluationResponse.EvaluationResultRepresentation.setResource
(ResourceRepresentation resource) Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ResourceRepresentationModifier 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
Subclasses of ResourceRepresentation in org.keycloak.services.resources.account.resourcesModifier and TypeClassDescriptionstatic class
static class