Package com.docusign.esign.model
Class AuthenticationMethod
- java.lang.Object
-
- com.docusign.esign.model.AuthenticationMethod
-
- All Implemented Interfaces:
Serializable
public class AuthenticationMethod extends Object implements Serializable
Contains information about the method used for authentication..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationMethodauthenticationType(String authenticationType)authenticationType.booleanequals(Object o)Compares objects.StringgetAuthenticationType()Indicates the type of authentication.StringgetLastProvider()The last provider that authenticated the user.StringgetLastTimestamp()The data and time the user last used the authentication method.StringgetTotalCount()The number of times the authentication method was used.inthashCode()Returns the HashCode.AuthenticationMethodlastProvider(String lastProvider)lastProvider.AuthenticationMethodlastTimestamp(String lastTimestamp)lastTimestamp.voidsetAuthenticationType(String authenticationType)setAuthenticationType.voidsetLastProvider(String lastProvider)setLastProvider.voidsetLastTimestamp(String lastTimestamp)setLastTimestamp.voidsetTotalCount(String totalCount)setTotalCount.StringtoString()Converts the given object to string.AuthenticationMethodtotalCount(String totalCount)totalCount.
-
-
-
Method Detail
-
authenticationType
public AuthenticationMethod authenticationType(String authenticationType)
authenticationType.- Returns:
- AuthenticationMethod
-
getAuthenticationType
public String getAuthenticationType()
Indicates the type of authentication. Valid values are: PhoneAuth, STAN, ISCheck, OFAC, AccessCode, AgeVerify, or SSOAuth. .- Returns:
- authenticationType
-
setAuthenticationType
public void setAuthenticationType(String authenticationType)
setAuthenticationType.
-
lastProvider
public AuthenticationMethod lastProvider(String lastProvider)
lastProvider.- Returns:
- AuthenticationMethod
-
getLastProvider
public String getLastProvider()
The last provider that authenticated the user. .- Returns:
- lastProvider
-
setLastProvider
public void setLastProvider(String lastProvider)
setLastProvider.
-
lastTimestamp
public AuthenticationMethod lastTimestamp(String lastTimestamp)
lastTimestamp.- Returns:
- AuthenticationMethod
-
getLastTimestamp
public String getLastTimestamp()
The data and time the user last used the authentication method. .- Returns:
- lastTimestamp
-
setLastTimestamp
public void setLastTimestamp(String lastTimestamp)
setLastTimestamp.
-
totalCount
public AuthenticationMethod totalCount(String totalCount)
totalCount.- Returns:
- AuthenticationMethod
-
getTotalCount
public String getTotalCount()
The number of times the authentication method was used. .- Returns:
- totalCount
-
setTotalCount
public void setTotalCount(String totalCount)
setTotalCount.
-
equals
public boolean equals(Object o)
Compares objects.
-
-