Class CloudMechanism
- java.lang.Object
-
- com.tivoli.am.fim.registrations.Mechanism
-
- com.tivoli.am.fim.registrations.cloud.CloudMechanism
-
public class CloudMechanism extends Mechanism
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONObject
toJson()
Get a JSON formatted representation of this Mechanism.-
Methods inherited from class com.tivoli.am.fim.registrations.Mechanism
getMechURI, toString
-
-
-
-
Method Detail
-
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.- Specified by:
toJson
in classMechanism
- Returns:
- A JSONObject representation of this Mechanism.
- See Also:
- IBM JSONObject
-
-