Uses of Class
org.keycloak.representations.idm.authorization.ResourceRepresentation
- 
- 
Uses of ResourceRepresentation in org.keycloak.admin.client.resourceMethods in org.keycloak.admin.client.resource that return ResourceRepresentation Modifier and Type Method Description ResourceRepresentationResourceResource. toRepresentation()Methods in org.keycloak.admin.client.resource with parameters of type ResourceRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseResourcesResource. create(ResourceRepresentation resource)voidResourceResource. update(ResourceRepresentation resource)
- 
Uses of ResourceRepresentation in org.keycloak.authorization.adminMethods in org.keycloak.authorization.admin that return ResourceRepresentation Modifier and Type Method Description ResourceRepresentationResourceSetService. create(ResourceRepresentation resource)Methods in org.keycloak.authorization.admin with parameters of type ResourceRepresentation Modifier and Type Method Description voidResourceSetService. audit(ResourceRepresentation resource, String id, OperationType operation)ResourceRepresentationResourceSetService. create(ResourceRepresentation resource)javax.ws.rs.core.ResponseResourceSetService. createPost(ResourceRepresentation resource)javax.ws.rs.core.ResponseResourceSetService. 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.ResponseResourceSetService. findById(String id, Function<Resource,? extends ResourceRepresentation> toRepresentation)
- 
Uses of ResourceRepresentation in org.keycloak.authorization.client.resourceMethods in org.keycloak.authorization.client.resource that return ResourceRepresentation Modifier and Type Method Description ResourceRepresentationProtectedResource. create(ResourceRepresentation resource)Creates a new resource.ResourceRepresentationProtectedResource. findById(String id)Query the server for a resource given itsid.ResourceRepresentationProtectedResource. findByName(String name)Query the server for a resource given itsnamewhere the owner is the resource server itself.ResourceRepresentationProtectedResource. 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 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 ResourceRepresentationProtectedResource. create(ResourceRepresentation resource)Creates a new resource.voidProtectedResource. update(ResourceRepresentation resource)Updates a resource.
- 
Uses of ResourceRepresentation in org.keycloak.authorization.protection.resourceSubclasses of ResourceRepresentation in org.keycloak.authorization.protection.resource Modifier and Type Class Description classUmaResourceRepresentationMethods in org.keycloak.authorization.protection.resource with parameters of type ResourceRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseResourceService. 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.utilsMethods in org.keycloak.models.utils that return ResourceRepresentation Modifier and Type Method Description static 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 ResourceRepresentation Modifier and Type Method Description static ResourceRepresentationToModel. toModel(ResourceRepresentation resource, ResourceServer resourceServer, AuthorizationProvider authorization)
- 
Uses of ResourceRepresentation in org.keycloak.representations.adapters.configMethods 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.authorizationMethods in org.keycloak.representations.idm.authorization that return ResourceRepresentation Modifier and Type Method Description ResourceRepresentationPolicyEvaluationResponse.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 voidPolicyEvaluationResponse.EvaluationResultRepresentation. setResource(ResourceRepresentation resource)Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ResourceRepresentation Modifier and Type Method Description voidPolicyEvaluationRequest. 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.resourcesSubclasses of ResourceRepresentation in org.keycloak.services.resources.account.resources Modifier and Type Class Description static classAbstractResourceService.Resourcestatic classAbstractResourceService.ResourcePermission
 
-