public interface CredentialProviderFactory<T extends CredentialProvider> extends ProviderFactory<CredentialProvider>
Modifier and Type | Method and Description |
---|---|
default void |
close() |
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) |
default void |
postInit(KeycloakSessionFactory factory) |
create, order
String getId()
getId
in interface ProviderFactory<CredentialProvider>
default void init(Config.Scope config)
init
in interface ProviderFactory<CredentialProvider>
default void postInit(KeycloakSessionFactory factory)
postInit
in interface ProviderFactory<CredentialProvider>
default void close()
close
in interface ProviderFactory<CredentialProvider>
Copyright © 2021 JBoss by Red Hat. All rights reserved.