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

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