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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfromJson(io.vertx.core.json.JsonObject json) getAppId()getRealm()getSigma()voidvoidsetGrantType(String grantType) voidsetLanguage(String language) voidvoidio.vertx.core.json.JsonObjecttoJson()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.horizon.specification.typed.TJson
fromFile
-
Constructor Details
-
KCredential
public KCredential()
-
-
Method Details
-
getAppId
-
setAppId
-
getSigma
-
setSigma
-
getRealm
-
setRealm
-
getGrantType
-
setGrantType
-
getLanguage
-
setLanguage
-
toJson
public io.vertx.core.json.JsonObject toJson()- Specified by:
toJsonin interfaceio.horizon.specification.typed.TJson
-
fromJson
public void fromJson(io.vertx.core.json.JsonObject json) - Specified by:
fromJsonin interfaceio.horizon.specification.typed.TJson
-