Class UserPasswordAuthenticationProperties

java.lang.Object
com.atlassian.bamboo.specs.model.repository.git.UserPasswordAuthenticationProperties
All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties, AuthenticationProperties

@Immutable public final class UserPasswordAuthenticationProperties extends Object implements AuthenticationProperties
  • Constructor Details

    • UserPasswordAuthenticationProperties

      public UserPasswordAuthenticationProperties(String username, @Nullable @Nullable String password)
  • Method Details

    • getUsername

      public String getUsername()
    • getPassword

      public String getPassword()
    • validate

      public void validate()
      Specified by:
      validate in interface com.atlassian.bamboo.specs.api.model.EntityProperties
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object