public class FilesPlainTextVaultProviderFactory extends AbstractVaultProviderFactory
FilesPlainTextVaultProvider
.AbstractVaultProviderFactory.AvailableResolvers
Modifier and Type | Field and Description |
---|---|
static String |
PROVIDER_ID |
KEY_RESOLVERS, keyResolvers
Constructor and Description |
---|
FilesPlainTextVaultProviderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This is called when the server shuts down.
|
VaultProvider |
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
|
getFactoryResolver, getRealmName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public static final String PROVIDER_ID
public VaultProvider create(KeycloakSession session)
public void init(Config.Scope config)
ProviderFactory
init
in interface ProviderFactory<VaultProvider>
init
in class AbstractVaultProviderFactory
public void postInit(KeycloakSessionFactory factory)
ProviderFactory
public void close()
ProviderFactory
public String getId()
Copyright © 2021 JBoss by Red Hat. All rights reserved.