Class KCredential

java.lang.Object
io.aeon.experiment.specification.KCredential
All Implemented Interfaces:
io.horizon.specification.typed.TJson, Serializable

public class KCredential extends Object implements Serializable, io.horizon.specification.object.TJson
See Also:
  • Constructor Details

    • KCredential

      public KCredential()
  • Method Details

    • getAppId

      public String getAppId()
    • setAppId

      public void setAppId (String appId)
    • getSigma

      public String getSigma()
    • setSigma

      public void setSigma (String sigma)
    • getRealm

      public String getRealm()
    • setRealm

      public void setRealm (String realm)
    • getGrantType

      public String getGrantType()
    • setGrantType

      public void setGrantType (String grantType)
    • getLanguage

      public String getLanguage()
    • setLanguage

      public void setLanguage (String language)
    • toJson

      public io.vertx.core.json.JsonObject toJson()
      Specified by:
      toJson in interface io.horizon.specification.typed.TJson
    • fromJson

      public void fromJson (io.vertx.core.json.JsonObject json)
      Specified by:
      fromJson in interface io.horizon.specification.typed.TJson