Package org.forgerock.am.cts.api.tokens
Interface TokenIdGenerator
public interface TokenIdGenerator
In interface for objects that can generate an identifier for a token if the existing one is null.
-
Method Summary
Modifier and TypeMethodDescriptiongenerateTokenId(String existingId) The method should generate a new token ID if the existing one is null.
-
Method Details
-
generateTokenId
The method should generate a new token ID if the existing one is null.- Parameters:
existingId- The existing ID value.- Returns:
- The non-null ID value.
-