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) |
T create(KeycloakSession session)
void init(Config.Scope config)
void close()
String getId()
Copyright © 2014. All Rights Reserved.