public abstract class DockerAuthV2ProtocolMapper extends Object implements ProtocolMapper
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCKER_AUTH_V2_CATEGORY |
| Constructor and Description |
|---|
DockerAuthV2ProtocolMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
ProtocolMapper |
create(KeycloakSession session) |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getDisplayCategory() |
String |
getProtocol() |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisplayType, getPriority, validateConfiggetId, ordergetHelpTextpublic static final String DOCKER_AUTH_V2_CATEGORY
public String getProtocol()
getProtocol in interface ProtocolMapperpublic String getDisplayCategory()
getDisplayCategory in interface ProtocolMapperpublic List<ProviderConfigProperty> getConfigProperties()
getConfigProperties in interface ConfiguredProviderpublic void close()
ProviderFactoryclose in interface Providerclose in interface ProviderFactory<ProtocolMapper>public final ProtocolMapper create(KeycloakSession session)
create in interface ProviderFactory<ProtocolMapper>public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<ProtocolMapper>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<ProtocolMapper>Copyright © 2021 JBoss by Red Hat. All rights reserved.