Class AuthenticationObject


  • public class AuthenticationObject
    extends Object
    • Constructor Detail

      • AuthenticationObject

        public AuthenticationObject()
    • Method Detail

      • getAuthenticationType

        public String getAuthenticationType()
      • getAuthenticationMethodId

        public String getAuthenticationMethodId()
      • getAuthenticationVersion

        public String getAuthenticationVersion()
      • getName

        public String getName()
      • getExplanation

        public String getExplanation()
      • isDecoupled

        public boolean isDecoupled()
        Represents, whether current authentication object requires decoupled SCA
      • setAuthenticationType

        public void setAuthenticationType​(String authenticationType)
      • setAuthenticationMethodId

        public void setAuthenticationMethodId​(String authenticationMethodId)
      • setAuthenticationVersion

        public void setAuthenticationVersion​(String authenticationVersion)
      • setName

        public void setName​(String name)
      • setExplanation

        public void setExplanation​(String explanation)
      • setDecoupled

        public void setDecoupled​(boolean decoupled)
        Represents, whether current authentication object requires decoupled SCA
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object