Class HashedTokenValue
- java.lang.Object
-
- jetbrains.buildServer.serverSide.auth.impl.HashedTokenValue
-
@Immutable public final class HashedTokenValue extends Object
- Author:
- Dmitrii Bogdanov
-
-
Constructor Summary
Constructors Constructor Description HashedTokenValue(String originalValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()booleanmatches(String originalValue)static booleanmatches(String original, String hashedValue)
-