Interface ClientIdMetadataDocumentProviderFactory
- All Superinterfaces:
EnvironmentDependentProviderFactory,ProviderFactory<ClientIdMetadataDocumentProvider>
- All Known Implementing Classes:
AbstractPersistentClientIdMetadataDocumentProviderFactory,PersistentClientIdMetadataDocumentProviderFactory
public interface ClientIdMetadataDocumentProviderFactory
extends ProviderFactory<ClientIdMetadataDocumentProvider>, EnvironmentDependentProviderFactory
The interface is a factory of
ClientIdMetadataDocumentProvider.- Author:
- Takashi Norimatsu
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisSupported(Config.Scope config) Check if the provider is supported and should be available based on the provider configuration.Methods inherited from interface org.keycloak.provider.ProviderFactory
close, create, dependsOn, getConfigMetadata, getId, init, order, postInit
-
Method Details
-
isSupported
Description copied from interface:EnvironmentDependentProviderFactoryCheck if the provider is supported and should be available based on the provider configuration.- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Parameters:
config- the provider configuration- Returns:
trueif the provider is supported. Otherwise,false.
-