Class CloudMechanism

java.lang.Object
com.tivoli.am.fim.registrations.Mechanism
com.tivoli.am.fim.registrations.cloud.CloudMechanism

public class CloudMechanism extends Mechanism
  • 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.
      Specified by:
      toJson in class Mechanism
      Returns:
      A JSONObject representation of this Mechanism.
      See Also: