public class BasicCredentials extends Object implements Credentials
Constructor and Description |
---|
BasicCredentials(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"username","password"}) @Generated(value="lombok") public BasicCredentials(@NonNull String username, @NonNull String password)
@NonNull @Generated(value="lombok") public String getUsername()
@NonNull @Generated(value="lombok") public String getPassword()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.