Class AuthenticationResult


  • public final class AuthenticationResult
    extends java.lang.Object
    • Method Detail

      • getAttempted

        public java.lang.Boolean getAttempted()
      • getChallenged

        public java.lang.Boolean getChallenged()
      • getSucceeded

        public java.lang.Boolean getSucceeded()
      • getLiabilityShifted

        public java.lang.Boolean getLiabilityShifted()
      • getMethod

        public java.lang.String getMethod()
      • getVersion

        public java.lang.String getVersion()
      • setAttempted

        public void setAttempted​(java.lang.Boolean attempted)
      • setChallenged

        public void setChallenged​(java.lang.Boolean challenged)
      • setSucceeded

        public void setSucceeded​(java.lang.Boolean succeeded)
      • setLiabilityShifted

        public void setLiabilityShifted​(java.lang.Boolean liabilityShifted)
      • setMethod

        public void setMethod​(java.lang.String method)
      • setVersion

        public void setVersion​(java.lang.String version)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object