public interface ProviderFactory<T extends Provider>
Modifier and Type | Method and Description |
---|---|
void |
close()
This is called when the server shuts down.
|
T |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
default int |
order() |
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
T create(KeycloakSession session)
void init(Config.Scope config)
config
- void postInit(KeycloakSessionFactory factory)
void close()
String getId()
default int order()
Copyright © 2018 JBoss by Red Hat. All rights reserved.