Class Secret

java.lang.Object
org.openqa.selenium.grid.security.Secret

public class Secret extends Object
  • Constructor Details

    • Secret

      public Secret(String secret)
  • Method Details

    • matches

      public static boolean matches(Secret first, Secret second)
    • matches

      public boolean matches(Secret other)
    • encode

      public String encode()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object