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