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) booleanisSupported(Config.Scope config) 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
- Specified by:
initin interfaceHostnameProviderFactory- Specified by:
initin interfaceProviderFactory<HostnameProvider>
-
create
- Specified by:
createin interfaceProviderFactory<HostnameProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<HostnameProvider>
-
isSupported
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-