类 AuthenticationParams
- java.lang.Object
-
- cn.authing.guard.data.AuthenticationParams
-
public class AuthenticationParams extends java.lang.Object
-
-
构造器概要
构造器 构造器 说明 AuthenticationParams()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AuthenticationCredentialgetAuthenticationCredential()java.lang.StringgetAuthenticatorAttachment()java.lang.StringgetTicket()voidsetAuthenticationCredential(AuthenticationCredential authenticationCredential)voidsetAuthenticatorAttachment(java.lang.String authenticatorAttachment)voidsetTicket(java.lang.String ticket)org.json.JSONObjecttoJSON()
-
-
-
方法详细资料
-
getTicket
public java.lang.String getTicket()
-
setTicket
public void setTicket(java.lang.String ticket)
-
getAuthenticationCredential
public AuthenticationCredential getAuthenticationCredential()
-
setAuthenticationCredential
public void setAuthenticationCredential(AuthenticationCredential authenticationCredential)
-
getAuthenticatorAttachment
public java.lang.String getAuthenticatorAttachment()
-
setAuthenticatorAttachment
public void setAuthenticatorAttachment(java.lang.String authenticatorAttachment)
-
toJSON
public org.json.JSONObject toJSON()
-
-