public abstract class AbstractLoginProtocolFactory extends Object implements LoginProtocolFactory
Constructor and Description |
---|
AbstractLoginProtocolFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addDefaults(ClientModel realm) |
void |
close()
This is called when the server shuts down.
|
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, wait
createProtocolEndpoint, getBuiltinMappers, getDefaultBuiltinMappers, setupClientDefaults, setupTemplateDefaults
create, getId
public void init(Config.Scope config)
ProviderFactory
init
in interface ProviderFactory<LoginProtocol>
public void postInit(KeycloakSessionFactory factory)
ProviderFactory
postInit
in interface ProviderFactory<LoginProtocol>
protected abstract void addDefaults(ClientModel realm)
public void close()
ProviderFactory
close
in interface ProviderFactory<LoginProtocol>
Copyright © 2016 JBoss by Red Hat. All rights reserved.