Class Secret
- java.lang.Object
-
- org.openqa.selenium.grid.security.Secret
-
public class Secret extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Secret(java.lang.String secret)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringencode()booleanequals(java.lang.Object o)inthashCode()booleanmatches(Secret other)static booleanmatches(Secret first, Secret second)
-
-
-
Method Detail
-
matches
public boolean matches(Secret other)
-
encode
public java.lang.String encode()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-