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 String
getValue()
boolean
matches(String originalValue)
static boolean
matches(String original, String hashedValue)
-