Class ExampleSelfServiceApplication
- java.lang.Object
-
- org.forgerock.selfservice.example.ExampleSelfServiceApplication
-
- All Implemented Interfaces:
org.forgerock.http.HttpApplication
public final class ExampleSelfServiceApplication extends Object implements org.forgerock.http.HttpApplication
Basic http application which initialises the user self service service.- Since:
- 0.1.0
-
-
Constructor Summary
Constructors Constructor Description ExampleSelfServiceApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.forgerock.util.Factory<org.forgerock.http.io.Buffer>getBufferFactory()org.forgerock.http.Handlerstart()voidstop()
-
-
-
Method Detail
-
start
public org.forgerock.http.Handler start() throws org.forgerock.http.HttpApplicationException- Specified by:
startin interfaceorg.forgerock.http.HttpApplication- Throws:
org.forgerock.http.HttpApplicationException
-
getBufferFactory
public org.forgerock.util.Factory<org.forgerock.http.io.Buffer> getBufferFactory()
- Specified by:
getBufferFactoryin interfaceorg.forgerock.http.HttpApplication
-
stop
public void stop()
- Specified by:
stopin interfaceorg.forgerock.http.HttpApplication
-
-