public class LegacyUserProfileProviderFactory extends Object implements UserProfileProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
LegacyUserProfileProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
UserProfileProvider |
create(KeycloakSession session) |
String |
getId() |
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, waitorderpublic static final String PROVIDER_ID
public UserProfileProvider create(KeycloakSession session)
create in interface ProviderFactory<UserProfileProvider>public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<UserProfileProvider>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<UserProfileProvider>public void close()
ProviderFactoryclose in interface ProviderFactory<UserProfileProvider>public String getId()
getId in interface ProviderFactory<UserProfileProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.