Class IdpProxyWebServer
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.ignition.client.auth.IdpProxyWebServer
-
Constructor Summary
ConstructorsConstructorDescriptionIdpProxyWebServer
(FragileSupplier<URI, ? extends Exception> loginRequestSupplier, FragileRunnable<? extends Exception> onLoginComplete) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
protected void
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
isRunning, shutdown, startup
-
Constructor Details
-
IdpProxyWebServer
public IdpProxyWebServer(FragileSupplier<URI, ? extends Exception> loginRequestSupplier, FragileRunnable<? extends Exception> onLoginComplete) throws IOException- Throws:
IOException
-
-
Method Details
-
onStartup
protected void onStartup()- Specified by:
onStartup
in classAbstractLifecycle
-
onShutdown
protected void onShutdown()- Specified by:
onShutdown
in classAbstractLifecycle
-
getAddress
-
newLoginRequest
- Throws:
Exception
-