Package org.forgerock.am.cts.adapters
package org.forgerock.am.cts.adapters
-
ClassDescriptionA TokenAdapter that can adapt Java bean-compliant POJOs that have been annotated with the annotations in org.forgerock.openam.tokens.Factory interface for Guice
JavaBeanAdapter
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.