Class ExampleServiceProviderFactoryImpl
- java.lang.Object
-
- org.keycloak.examples.domainextension.spi.impl.ExampleServiceProviderFactoryImpl
-
- All Implemented Interfaces:
ExampleServiceProviderFactory,ProviderFactory<ExampleService>
public class ExampleServiceProviderFactoryImpl extends Object implements ExampleServiceProviderFactory
-
-
Constructor Summary
Constructors Constructor Description ExampleServiceProviderFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()ExampleServicecreate(KeycloakSession session)StringgetId()voidinit(Config.Scope config)voidpostInit(KeycloakSessionFactory factory)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
order
-
-
-
-
Method Detail
-
create
public ExampleService create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<ExampleService>
-
init
public void init(Config.Scope config)
- Specified by:
initin interfaceProviderFactory<ExampleService>
-
postInit
public void postInit(KeycloakSessionFactory factory)
- Specified by:
postInitin interfaceProviderFactory<ExampleService>
-
close
public void close()
- Specified by:
closein interfaceProviderFactory<ExampleService>
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<ExampleService>
-
-