public interface ClientValidationProviderFactory extends ProviderFactory<ClientValidationProvider>
Modifier and Type | Method and Description |
---|---|
default void |
close()
This is called when the server shuts down.
|
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, getId, order
default void init(Config.Scope config)
ProviderFactory
init
in interface ProviderFactory<ClientValidationProvider>
default void postInit(KeycloakSessionFactory factory)
ProviderFactory
postInit
in interface ProviderFactory<ClientValidationProvider>
default void close()
ProviderFactory
close
in interface ProviderFactory<ClientValidationProvider>
Copyright © 2021 JBoss by Red Hat. All rights reserved.