public interface ProviderFactory<T extends Provider>
Modifier and Type | Method and Description |
---|---|
void |
close() |
T |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
T create(KeycloakSession session)
void init(Config.Scope config)
void postInit(KeycloakSessionFactory factory)
void close()
String getId()
Copyright © 2015. All rights reserved.