public class LDAPPartitionManagerProviderFactory extends Object implements PartitionManagerProviderFactory
PartitionManager instances from shared PartitionManagerRegistry and uses UserFederationModel configuration for it| Constructor and Description |
|---|
LDAPPartitionManagerProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
PartitionManagerProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
public PartitionManagerProvider create(KeycloakSession session)
create in interface ProviderFactory<PartitionManagerProvider>public void init(Config.Scope config)
init in interface ProviderFactory<PartitionManagerProvider>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<PartitionManagerProvider>public void close()
close in interface ProviderFactory<PartitionManagerProvider>public String getId()
getId in interface ProviderFactory<PartitionManagerProvider>Copyright © 2015. All rights reserved.