Package org.forgerock.am.cts.adapters
Interface TokenAdapter<T>
-
- All Known Subinterfaces:
JavaBeanAdapter<T>
public interface TokenAdapter<T>
Describes the ability to convert from one type of object into a Token and the reverse operation of converting from a Token into the object of type T. This is a key feature of the Core Token Service, which acts as a generic token storage mechanism.- See Also:
Token
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
fromToken(Token token)
Token
toToken(T t)
-