Uses of Enum Class
org.keycloak.authorization.model.Resource.FilterOption
Packages that use Resource.FilterOption
Package
Description
Provides the domain model and any other type related with it
Provides classes and a SPI to plug different metadata storage implementations.
-
Uses of Resource.FilterOption in org.keycloak.authorization.jpa.store
Method parameters in org.keycloak.authorization.jpa.store with type arguments of type Resource.FilterOptionModifier and TypeMethodDescriptionJPAResourceStore.find(ResourceServer resourceServer, Map<Resource.FilterOption, String[]> attributes, Integer firstResult, Integer maxResults) -
Uses of Resource.FilterOption in org.keycloak.authorization.model
Methods in org.keycloak.authorization.model that return Resource.FilterOptionModifier and TypeMethodDescriptionstatic Resource.FilterOptionReturns the enum constant of this class with the specified name.static Resource.FilterOption[]Resource.FilterOption.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Resource.FilterOption in org.keycloak.authorization.store
Method parameters in org.keycloak.authorization.store with type arguments of type Resource.FilterOptionModifier and TypeMethodDescriptionResourceStore.find(ResourceServer resourceServer, Map<Resource.FilterOption, String[]> attributes, Integer firstResult, Integer maxResults) Finds allResourceinstances associated with a given resource server. -
Uses of Resource.FilterOption in org.keycloak.models.cache.infinispan.authorization
Method parameters in org.keycloak.models.cache.infinispan.authorization with type arguments of type Resource.FilterOptionModifier and TypeMethodDescriptionStoreFactoryCacheSession.ResourceCache.find(ResourceServer resourceServer, Map<Resource.FilterOption, String[]> attributes, Integer firstResult, Integer maxResults)