Class IdpProxyWebServer
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.ignition.client.auth.IdpProxyWebServer
- 
Constructor SummaryConstructorsConstructorDescriptionIdpProxyWebServer(FragileSupplier<URI, ? extends Exception> loginRequestSupplier, FragileRunnable<? extends Exception> onLoginComplete) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected voidprotected voidMethods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
- 
Constructor Details- 
IdpProxyWebServerpublic IdpProxyWebServer(FragileSupplier<URI, ? extends Exception> loginRequestSupplier, FragileRunnable<? extends Exception> onLoginComplete) throws IOException- Throws:
- IOException
 
 
- 
- 
Method Details- 
onStartupprotected void onStartup()- Specified by:
- onStartupin class- AbstractLifecycle
 
- 
onShutdownprotected void onShutdown()- Specified by:
- onShutdownin class- AbstractLifecycle
 
- 
getAddress
- 
newLoginRequest- Throws:
- Exception
 
 
-