Uses of Class
org.forgerock.openig.http.RunMode
-
Packages that use RunMode Package Description org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework. -
-
Uses of RunMode in org.forgerock.openig.http
Methods in org.forgerock.openig.http that return RunMode Modifier and Type Method Description static RunModeRunMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RunMode[]RunMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forgerock.openig.http with parameters of type RunMode Constructor Description AdminHttpApplication(String adminPrefix, org.forgerock.json.JsonValue config, Environment environment, RunMode mode)Construct aAdminHttpApplication.GatewayHttpApplication(Environment environment, org.forgerock.json.JsonValue config, EndpointRegistry registry, RunMode mode)Construct aGatewayHttpApplication.
-