Interface BasicAuthProperties
-
public interface BasicAuthProperties
The basic auth properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BasicAuthProperties.Builder
The basic auth properties builder.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BasicAuthProperties.Builder
builder()
Returns a new basic auth properties builder.String
getPassword()
Gets password.String
getUsername()
Gets username.
-
-
-
Method Detail
-
getUsername
String getUsername()
Gets username.- Returns:
- the username
-
getPassword
String getPassword()
Gets password.- Returns:
- the password
-
builder
static BasicAuthProperties.Builder builder()
Returns a new basic auth properties builder.- Returns:
- the builder
-
-