Class AuthProbe

java.lang.Object
com.illumon.iris.auth.AuthProbe

public class AuthProbe extends Object
This class is used to probe whether the authentication server is online, and functioning correctly. It will check exactly once to see if we can reach an auth server that accepts our private key file. In the future, we may want to parameterize this so that you can let this probe retry more than once.
  • Constructor Details

    • AuthProbe

      public AuthProbe()
  • Method Details

    • main

      public static void main(String[] args)