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() |
ProtocolMapper |
create(KeycloakSession session) |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getDisplayCategory() |
String |
getProtocol() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
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()
close in interface Providerclose in interface ProviderFactory<ProtocolMapper>public final ProtocolMapper create(KeycloakSession session)
create in interface ProviderFactory<ProtocolMapper>public void init(Config.Scope config)
init in interface ProviderFactory<ProtocolMapper>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<ProtocolMapper>Copyright © 2020 JBoss by Red Hat. All rights reserved.