Class IdpProxyWebServer
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
- 
- com.inductiveautomation.ignition.client.auth.IdpProxyWebServer
 
 
- 
 public class IdpProxyWebServer extends AbstractLifecycle 
- 
- 
Constructor SummaryConstructors Constructor Description IdpProxyWebServer(FragileSupplier<java.net.URI,? extends java.lang.Exception> loginRequestSupplier, FragileRunnable<? extends java.lang.Exception> onLoginComplete)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.InetSocketAddressgetAddress()voidnewLoginRequest()protected voidonShutdown()protected voidonStartup()- 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
 
- 
 
- 
- 
- 
Constructor Detail- 
IdpProxyWebServerpublic IdpProxyWebServer(FragileSupplier<java.net.URI,? extends java.lang.Exception> loginRequestSupplier, FragileRunnable<? extends java.lang.Exception> onLoginComplete) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 - 
Method Detail- 
onStartupprotected void onStartup() - Specified by:
- onStartupin class- AbstractLifecycle
 
 - 
onShutdownprotected void onShutdown() - Specified by:
- onShutdownin class- AbstractLifecycle
 
 - 
getAddresspublic java.net.InetSocketAddress getAddress() 
 - 
newLoginRequestpublic void newLoginRequest() throws java.lang.Exception- Throws:
- java.lang.Exception
 
 
- 
 
-