public interface AuthProperty
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassword() |
java.lang.String |
getPasswordPropertyDescriptor()
Returns the full descriptor used to configure the
AuthProperty's password. |
java.lang.String |
getUsername() |
java.lang.String |
getUsernamePropertyDescriptor()
Returns the full descriptor used to configure the
AuthProperty's username. |
@Nullable java.lang.String getUsername()
@Nullable java.lang.String getPassword()
java.lang.String getUsernamePropertyDescriptor()
AuthProperty's username.java.lang.String getPasswordPropertyDescriptor()
AuthProperty's password.