Class LocalMechanism
java.lang.Object
com.tivoli.am.fim.registrations.Mechanism
com.tivoli.am.fim.registrations.local.LocalMechanism
- Direct Known Subclasses:
EULAStatus
,FIDORegistration
,HOTPRegistration
,KnowledgeQuestionRegistration
,MMFARegistration
,TOTPRegistration
-
Method Summary
Modifier and TypeMethodDescriptionJSONObject
toJson()
Get a JSON formatted representation of this LocalMechanism.Methods inherited from class com.tivoli.am.fim.registrations.Mechanism
getMechURI, toString
-
Method Details
-
toJson
public JSONObject toJson()Get a JSON formatted representation of this LocalMechanism. Each LocalMechanism that derives from this class will return a JSON representation unique to that particular LocalMechanism.
-