Package org.forgerock.am.cts.adapters
-
Interface Summary Interface Description JavaBeanAdapter<T> A TokenAdapter that can adapt Java bean-compliant POJOs that have been annotated with the annotations in org.forgerock.openam.tokens.JavaBeanAdapterFactory Factory interface for GuiceJavaBeanAdapter
instances.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.