public class EntityDescriptorDescriptionConverter extends Object implements ClientDescriptionConverter, ClientDescriptionConverterFactory
Constructor and Description |
---|
EntityDescriptorDescriptionConverter() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This is called when the server shuts down.
|
ClientRepresentation |
convertToInternal(String description) |
ClientDescriptionConverter |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
boolean |
isSupported(String description) |
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
public static final String ID
public EntityDescriptorDescriptionConverter()
public boolean isSupported(String description)
isSupported
in interface ClientDescriptionConverterFactory
public ClientRepresentation convertToInternal(String description)
convertToInternal
in interface ClientDescriptionConverter
public ClientDescriptionConverter create(KeycloakSession session)
create
in interface ProviderFactory<ClientDescriptionConverter>
public void init(Config.Scope config)
ProviderFactory
init
in interface ProviderFactory<ClientDescriptionConverter>
public void postInit(KeycloakSessionFactory factory)
ProviderFactory
postInit
in interface ProviderFactory<ClientDescriptionConverter>
public void close()
ProviderFactory
close
in interface Provider
close
in interface ProviderFactory<ClientDescriptionConverter>
public String getId()
getId
in interface ProviderFactory<ClientDescriptionConverter>
Copyright © 2016 JBoss by Red Hat. All rights reserved.