Package org.keycloak.url
Class DefaultHostnameProviderFactory
- java.lang.Object
-
- org.keycloak.url.DefaultHostnameProviderFactory
-
- All Implemented Interfaces:
ProviderFactory<HostnameProvider>,HostnameProviderFactory
public class DefaultHostnameProviderFactory extends Object implements HostnameProviderFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultHostnameProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostnameProvidercreate(KeycloakSession session)StringgetId()voidinit(Config.Scope config)Only called once when the factory is first created.-
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
-
-
-
-
Method Detail
-
create
public HostnameProvider create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<HostnameProvider>
-
init
public void init(Config.Scope config)
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>
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<HostnameProvider>
-
-