public interface CredentialProviderFactory<T extends CredentialProvider> extends ProviderFactory<CredentialProvider>
Modifier and Type | Method and Description |
---|---|
default void |
close()
This is called when the server shuts down.
|
String |
getId()
This is the name of the provider and will be showed in the admin console as an option.
|
default void |
init(Config.Scope config)
Only called once when the factory is first created.
|
default void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
create, order
String getId()
getId
in interface ProviderFactory<CredentialProvider>
default void init(Config.Scope config)
ProviderFactory
init
in interface ProviderFactory<CredentialProvider>
default void postInit(KeycloakSessionFactory factory)
ProviderFactory
postInit
in interface ProviderFactory<CredentialProvider>
default void close()
ProviderFactory
close
in interface ProviderFactory<CredentialProvider>
Copyright © 2021 JBoss by Red Hat. All rights reserved.