public interface TokenKeyGenerator
| Modifier and Type | Method and Description |
|---|---|
String |
generateIdentifierHash(long directoryID,
String name,
List<ValidationFactor> validationFactors)
Creates a String that will be used by a
Token as its Token.identifierHash. |
String |
generateRandomHash(long directoryID,
String name,
List<ValidationFactor> validationFactors)
Creates a String that will be used by a
Token as its Token.randomHash. |
String generateRandomHash(long directoryID, String name, List<ValidationFactor> validationFactors) throws InvalidTokenException
Token as its Token.randomHash.
This 'key' will be based on the passed in parameters.InvalidTokenExceptionString generateIdentifierHash(long directoryID, String name, List<ValidationFactor> validationFactors) throws InvalidTokenException
Token as its Token.identifierHash.
This 'key' will be based on the passed in parameters.InvalidTokenExceptionCopyright © 2023 Atlassian. All rights reserved.