Package io.vertx.tp.ke.atom
Class KCredential
- java.lang.Object
-
- io.vertx.tp.ke.atom.KCredential
-
- All Implemented Interfaces:
Json,Serializable
public class KCredential extends Object implements Serializable, Json
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KCredential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromJson(io.vertx.core.json.JsonObject json)StringgetAppId()StringgetGrantType()StringgetLanguage()StringgetRealm()StringgetSigma()voidsetAppId(String appId)voidsetGrantType(String grantType)voidsetLanguage(String language)voidsetRealm(String realm)voidsetSigma(String sigma)io.vertx.core.json.JsonObjecttoJson()
-
-
-
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)
-
-