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 ResourceRepresentation
PolicyEvaluationResponse.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 void
PolicyEvaluationResponse.EvaluationResultRepresentation. setResource(ResourceRepresentation resource)
Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ResourceRepresentation Modifier and Type Method Description void
PolicyEvaluationRequest. setResources(List<ResourceRepresentation> resources)
void
ResourceServerRepresentation. setResources(List<ResourceRepresentation> resources)
void
ScopeRepresentation. setResources(List<ResourceRepresentation> resources)
<R> void
AbstractPolicyRepresentation. setResourcesData(Set<ResourceRepresentation> resources)
-