Package org.keycloak.exportimport
Interface ClientDescriptionConverterFactory
-
- All Superinterfaces:
ProviderFactory<ClientDescriptionConverter>
- All Known Implementing Classes:
EntityDescriptorDescriptionConverter
,KeycloakClientDescriptionConverter
,OIDCClientDescriptionConverterFactory
public interface ClientDescriptionConverterFactory extends ProviderFactory<ClientDescriptionConverter>
Provider plugin interface for importing clients from an arbitrary configuration format- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSupported(String description)
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
close, create, getConfigMetadata, getId, init, order, postInit
-
-
-
-
Method Detail
-
isSupported
boolean isSupported(String description)
-
-