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
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(KeycloakSession session) getId()
void
init
(Config.Scope config) Only called once when the factory is first created.boolean
isSupported
(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, wait
Methods inherited from interface org.keycloak.urls.HostnameProviderFactory
close, postInit
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Constructor Details
-
HostnameV2ProviderFactory
public HostnameV2ProviderFactory()
-
-
Method Details
-
init
Description copied from interface:ProviderFactory
Only called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
init
in interfaceHostnameProviderFactory
- Specified by:
init
in interfaceProviderFactory<HostnameProvider>
-
create
- Specified by:
create
in interfaceProviderFactory<HostnameProvider>
-
getId
- Specified by:
getId
in interfaceProviderFactory<HostnameProvider>
-
isSupported
Description copied from interface:EnvironmentDependentProviderFactory
Check if the provider is supported and should be available based on the provider configuration.- Specified by:
isSupported
in interfaceEnvironmentDependentProviderFactory
- Parameters:
config
- the provider configuration- Returns:
true
if the provider is supported. Otherwise,false
.
-