Class CloudMechanism
java.lang.Object
com.tivoli.am.fim.registrations.Mechanism
com.tivoli.am.fim.registrations.cloud.CloudMechanism
-
Method Summary
Modifier and TypeMethodDescriptionJSONObject
toJson()
Get a JSON formatted representation of this Mechanism.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 Mechanism. Each Mechanism that derives from this class will return a JSON representation unique to that particular Mechanism.
-