public class JpaClientProviderFactory extends Object implements ClientProviderFactory
Constructor and Description |
---|
JpaClientProviderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
ClientProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
int |
order() |
void |
postInit(KeycloakSessionFactory factory) |
public void init(Config.Scope config)
init
in interface ProviderFactory<ClientProvider>
public void postInit(KeycloakSessionFactory factory)
postInit
in interface ProviderFactory<ClientProvider>
public String getId()
getId
in interface ProviderFactory<ClientProvider>
public ClientProvider create(KeycloakSession session)
create
in interface ProviderFactory<ClientProvider>
public void close()
close
in interface ProviderFactory<ClientProvider>
public int order()
order
in interface ProviderFactory<ClientProvider>
Copyright © 2021 JBoss by Red Hat. All rights reserved.