public final class Rest2LDAPHttpApplication extends Object implements org.forgerock.http.HttpApplication
| Constructor and Description |
|---|
Rest2LDAPHttpApplication()
Default constructor called by the HTTP Framework which will use the
default configuration file location.
|
Rest2LDAPHttpApplication(URL configurationURL)
Creates a new Rest2LDAP HTTP application using the provided configuration URL.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.util.Factory<org.forgerock.http.io.Buffer> |
getBufferFactory() |
org.forgerock.http.Handler |
start() |
void |
stop() |
public Rest2LDAPHttpApplication()
public Rest2LDAPHttpApplication(URL configurationURL)
configurationURL - The URL to the JSON configuration file.public org.forgerock.http.Handler start() throws org.forgerock.http.HttpApplicationException
start in interface org.forgerock.http.HttpApplicationorg.forgerock.http.HttpApplicationExceptionpublic org.forgerock.util.Factory<org.forgerock.http.io.Buffer> getBufferFactory()
getBufferFactory in interface org.forgerock.http.HttpApplicationpublic void stop()
stop in interface org.forgerock.http.HttpApplicationCopyright © 2011-2018 ForgeRock AS. All Rights Reserved.