Package org.forgerock.am.cts.api.tokens
Interface TokenFactory
-
public interface TokenFactory
Creates aToken
object that can then be stored into the CTS.None of the methods on this interface cause any change to what is currently stored in the CTS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Token
create(String tokenId, TokenType type)
Create aToken
object that can then be stored into the CTS.Token
create(Token token, ETag etag)
Create aToken
object that can then be stored into the CTS.
-