Uses of Class
org.keycloak.representations.idm.authorization.ResourceRepresentation
-
Packages that use ResourceRepresentation Package Description org.keycloak.representations.adapters.config org.keycloak.representations.idm.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 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)
-