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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSupported(String description)- 
Methods inherited from interface org.keycloak.provider.ProviderFactoryclose, create, getConfigMetadata, getId, init, order, postInit
 
- 
 
- 
- 
- 
Method Detail- 
isSupportedboolean isSupported(String description) 
 
- 
 
-