A new page has been added to view TPS authenticator details. The
properties are displayed in a table which provides pagination and search
functionality. Currently the page is read-only. The edit functionality
will be added separately later.
Previously the AuthenticatorData had a problem with JSON mapping because
it incorrectly included a PropertyNames attribute. To fix the problem
the class has been modified to require explicit JAXB mapping by setting
the @XmlAccessorType to NONE.
Ticket #654
--
Endi S. Dewata