Class EsupOtpCredential

java.lang.Object
org.apereo.cas.authentication.credential.AbstractCredential
org.esupportail.cas.adaptors.esupotp.EsupOtpCredential
All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.Credential

public class EsupOtpCredential extends org.apereo.cas.authentication.credential.AbstractCredential
Since:
5.0.0
See Also:
  • Constructor Details

    • EsupOtpCredential

      public EsupOtpCredential()
      Instantiates a new Esup otp token credential.
  • Method Details

    • getId

      public String getId()
    • getToken

      public String getToken()
    • setToken

      public void setToken(String token)
    • getTransport

      public String getTransport()
    • setTransport

      public void setTransport(String transport)
    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod(String method)
    • getUid

      public String getUid()
    • setUid

      public void setUid(String uid)
    • getUserHash

      public String getUserHash()
    • setUserHash

      public void setUserHash(String userHash)
    • toString

      public String toString()
      Overrides:
      toString in class org.apereo.cas.authentication.credential.AbstractCredential
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.apereo.cas.authentication.credential.AbstractCredential
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.apereo.cas.authentication.credential.AbstractCredential
    • isValid

      public boolean isValid()
      Overrides:
      isValid in class org.apereo.cas.authentication.credential.AbstractCredential