Interface ClientPolicyExecutorProviderFactory
-
- All Superinterfaces:
ConfiguredProvider,EnvironmentDependentProviderFactory,ProviderFactory<ClientPolicyExecutorProvider>
public interface ClientPolicyExecutorProviderFactory extends ProviderFactory<ClientPolicyExecutorProvider>, ConfiguredProvider, EnvironmentDependentProviderFactory
- Author:
- Takashi Norimatsu
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisSupported()-
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigProperties, getHelpText
-
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
-
-
-
-
Method Detail
-
isSupported
default boolean isSupported()
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Returns:
trueif the provider is supported and should be available,falseotherwise
-
-