Class AuthenticationDataHolder


  • public final class AuthenticationDataHolder
    extends Object
    Model to be used by online-banking which may be used during authorisation status updating.
    • Constructor Detail

      • AuthenticationDataHolder

        @ConstructorProperties({"authenticationMethodId","authenticationData"})
        public AuthenticationDataHolder​(String authenticationMethodId,
                                        String authenticationData)
    • Method Detail

      • getAuthenticationMethodId

        public String getAuthenticationMethodId()
      • getAuthenticationData

        public String getAuthenticationData()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object