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 SummaryConstructors Constructor Description FixedHostnameProviderFactory()Deprecated.
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.urls.HostnameProviderFactoryclose, postInit
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Method Detail- 
createpublic HostnameProvider create(KeycloakSession session) Deprecated.- Specified by:
- createin interface- ProviderFactory<HostnameProvider>
 
 - 
initpublic 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 interface- HostnameProviderFactory
- Specified by:
- initin interface- ProviderFactory<HostnameProvider>
 
 - 
getIdpublic String getId() Deprecated.- Specified by:
- getIdin interface- ProviderFactory<HostnameProvider>
 
 
- 
 
-