Package org.keycloak.url
Class FixedHostnameProviderFactory
- java.lang.Object
-
- org.keycloak.url.FixedHostnameProviderFactory
-
- All Implemented Interfaces:
ProviderFactory<HostnameProvider>,HostnameProviderFactory
@Deprecated public class FixedHostnameProviderFactory extends Object implements HostnameProviderFactory
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description FixedHostnameProviderFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HostnameProvidercreate(KeycloakSession session)Deprecated.StringgetId()Deprecated.voidinit(Config.Scope config)Deprecated.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)
Deprecated.- Specified by:
createin interfaceProviderFactory<HostnameProvider>
-
init
public void init(Config.Scope config)
Deprecated.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()
Deprecated.- Specified by:
getIdin interfaceProviderFactory<HostnameProvider>
-
-