- Enclosing class:
- TokenIdentity
@API(status=INTERNAL,
since="0.1")
public static class TokenIdentity.IdentityXmlAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Identity>
JAXB adapter for
Identity that converts Identity instances
to and from String using the identity token as String
representation.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdentityXmlAdapter
public IdentityXmlAdapter()Creates a new instance.
-
-
Method Details
-
unmarshal
Parses specifiedStringas aTokenIdentityinstance. -
marshal
Serializes specifiedIdentityas aStringvalue.
-