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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
generateTokenId(String existingId)
The method should generate a new token ID if the existing one is null.
-