Class KCredential

    • Constructor Detail

      • KCredential

        public KCredential()
    • Method Detail

      • 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 Json
      • fromJson

        public void fromJson​(io.vertx.core.json.JsonObject json)
        Specified by:
        fromJson in interface Json