Uses of Enum
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.model
Methods in org.keycloak.authorization.model that return Resource.FilterOptionModifier and TypeMethodDescriptionstatic Resource.FilterOptionReturns the enum constant of this type with the specified name.static Resource.FilterOption[]Resource.FilterOption.values()Returns an array containing the constants of this enum type, 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.