Class AuthenticationServiceCommon

java.lang.Object
io.deephaven.enterprise.auth.AuthenticationServiceConstants
io.deephaven.enterprise.auth.AuthenticationServiceCommon

public class AuthenticationServiceCommon extends AuthenticationServiceConstants
  • Field Details

    • SERVER_PORT

      public static final short SERVER_PORT
    • AUTH_SERVER_LIST

      public static final String[] AUTH_SERVER_LIST
    • INITIAL_AUTH_CLIENT_WAIT_MILLIS

      public static final long INITIAL_AUTH_CLIENT_WAIT_MILLIS
  • Constructor Details

    • AuthenticationServiceCommon

      public AuthenticationServiceCommon()
  • Method Details

    • checkHashedPassword

      public static boolean checkHashedPassword(com.fishlib.io.logger.Logger log, String userToAuthenticate, String password, String hashed)
    • createHashedPassword

      public static String createHashedPassword(char[] password)