Package org.keycloak.url
Class HostnameV2ProviderFactory
java.lang.Object
org.keycloak.url.HostnameV2ProviderFactory
- All Implemented Interfaces:
EnvironmentDependentProviderFactory,ProviderFactory<HostnameProvider>,HostnameProviderFactory
public class HostnameV2ProviderFactory
extends Object
implements HostnameProviderFactory, EnvironmentDependentProviderFactory
- Author:
- Vaclav Muzikar <vmuzikar@redhat.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(KeycloakSession session) getId()voidinit(Config.Scope config) Only called once when the factory is first created.booleanisSupported(Config.Scope config) Check if the provider is supported and should be available based on the provider configuration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.urls.HostnameProviderFactory
close, postInitMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Constructor Details
-
HostnameV2ProviderFactory
public HostnameV2ProviderFactory()
-
-
Method Details
-
init
Description copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
initin interfaceHostnameProviderFactory- Specified by:
initin interfaceProviderFactory<HostnameProvider>
-
create
- Specified by:
createin interfaceProviderFactory<HostnameProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<HostnameProvider>
-
isSupported
Description copied from interface:EnvironmentDependentProviderFactoryCheck if the provider is supported and should be available based on the provider configuration.- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Parameters:
config- the provider configuration- Returns:
trueif the provider is supported. Otherwise,false.
-