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