Class AuthenticationMethod


  • public class AuthenticationMethod
    extends Object
    Contains information about the method used for authentication..
    • Constructor Detail

      • AuthenticationMethod

        public AuthenticationMethod()
    • 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.
      • 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.
      • 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.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object