Class SimpleCredentials

    • Constructor Detail

      • SimpleCredentials

        public SimpleCredentials​(@NotNull
                                 String username,
                                 @NotNull
                                 String password)
    • Method Detail

      • getUsername

        @NotNull
        public String getUsername()
      • getPassword

        @NotNull
        public String getPassword()
      • putToPropertyMap

        public void putToPropertyMap​(@NotNull
                                     Map<String,​String> properties)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object