Class ClientLaunchHook.AutoLoginDelegate

  • Enclosing class:
    ClientLaunchHook

    public class ClientLaunchHook.AutoLoginDelegate
    extends java.lang.Object
    Delegate class to make ClientLaunchHook more cohesive and to separate the auto login logic from the hook *
    • Method Detail

      • authenticate

        public boolean authenticate()
      • isAdSsoLogin

        protected boolean isAdSsoLogin()
      • isOSWindows

        protected boolean isOSWindows()
      • isMobileSsoLogin

        protected boolean isMobileSsoLogin()
      • isLaunchParamLogin

        protected boolean isLaunchParamLogin()
      • isPropsAutoLogin

        protected boolean isPropsAutoLogin()
      • loginLaunchParams

        protected boolean loginLaunchParams()
      • loginMobileSso

        protected boolean loginMobileSso​(java.lang.String ssoUsername,
                                         java.lang.String ssoPassword)
      • autoLoginPropsLogin

        protected boolean autoLoginPropsLogin()
      • loginAdSso

        protected boolean loginAdSso()
      • debug

        protected void debug​(java.lang.String message,
                             java.lang.Exception e)
      • error

        protected void error​(java.lang.String message,
                             java.lang.Exception e)