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.ResponseResourcesResource.create(ResourceRepresentation resource) voidResourceResource.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 TypeMethodDescriptionvoidResourceSetService.audit(ResourceRepresentation resource, String id, OperationType operation) ResourceSetService.create(ResourceRepresentation resource) jakarta.ws.rs.core.ResponseResourceSetService.createPost(ResourceRepresentation resource) jakarta.ws.rs.core.ResponseResourceSetService.update(String id, ResourceRepresentation resource) Method parameters in org.keycloak.authorization.admin with type arguments of type ResourceRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseResourceSetService.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 itsnamewhere the owner is the resource server itself.ProtectedResource.findByName(String name, String ownerId) Query the server for a resource given itsnameand 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.voidProtectedResource.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.ResponseResourceService.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 ResourceRepresentationModelToRepresentation.toRepresentation(Resource model, ResourceServer resourceServer, AuthorizationProvider authorization) static ResourceRepresentationModelToRepresentation.toRepresentation(Resource model, ResourceServer resourceServer, AuthorizationProvider authorization, Boolean deep) Methods in org.keycloak.models.utils with parameters of type ResourceRepresentationModifier and TypeMethodDescriptionstatic ResourceRepresentationToModel.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 TypeMethodDescriptionvoidPolicyEvaluationResponse.EvaluationResultRepresentation.setResource(ResourceRepresentation resource) Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ResourceRepresentationModifier and TypeMethodDescriptionvoidPolicyEvaluationRequest.setResources(List<ResourceRepresentation> resources) voidResourceServerRepresentation.setResources(List<ResourceRepresentation> resources) voidScopeRepresentation.setResources(List<ResourceRepresentation> resources) <R> voidAbstractPolicyRepresentation.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 classstatic class