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