Uses of Enum Class
org.keycloak.authorization.model.Scope.FilterOption
Packages that use Scope.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 Scope.FilterOption in org.keycloak.authorization.jpa.store
Method parameters in org.keycloak.authorization.jpa.store with type arguments of type Scope.FilterOptionModifier and TypeMethodDescriptionJPAScopeStore.findByResourceServer(ResourceServer resourceServer, Map<Scope.FilterOption, String[]> attributes, Integer firstResult, Integer maxResults) -
Uses of Scope.FilterOption in org.keycloak.authorization.model
Methods in org.keycloak.authorization.model that return Scope.FilterOptionModifier and TypeMethodDescriptionstatic Scope.FilterOptionReturns the enum constant of this class with the specified name.static Scope.FilterOption[]Scope.FilterOption.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Scope.FilterOption in org.keycloak.authorization.store
Method parameters in org.keycloak.authorization.store with type arguments of type Scope.FilterOptionModifier and TypeMethodDescriptionScopeStore.findByResourceServer(ResourceServer resourceServer, Map<Scope.FilterOption, String[]> attributes, Integer firstResult, Integer maxResults) -
Uses of Scope.FilterOption in org.keycloak.models.cache.infinispan.authorization
Method parameters in org.keycloak.models.cache.infinispan.authorization with type arguments of type Scope.FilterOptionModifier and TypeMethodDescriptionStoreFactoryCacheSession.ScopeCache.findByResourceServer(ResourceServer resourceServer, Map<Scope.FilterOption, String[]> attributes, Integer firstResult, Integer maxResults)