public static class JibPluginConfiguration.AuthConfiguration extends Object implements AuthProperty
from.auth and to.auth parameters.| Constructor and Description |
|---|
AuthConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getPasswordPropertyDescriptor()
Returns the full descriptor used to configure the
AuthProperty's password. |
String |
getPropertyDescriptor()
Returns the full descriptor used to configure the
AuthProperty. |
String |
getUsername() |
String |
getUsernamePropertyDescriptor()
Returns the full descriptor used to configure the
AuthProperty's username. |
public String getPropertyDescriptor()
AuthPropertyAuthProperty.getPropertyDescriptor in interface AuthPropertypublic String getUsernamePropertyDescriptor()
AuthPropertyAuthProperty's username.getUsernamePropertyDescriptor in interface AuthPropertypublic String getPasswordPropertyDescriptor()
AuthPropertyAuthProperty's password.getPasswordPropertyDescriptor in interface AuthProperty@Nullable public String getUsername()
getUsername in interface AuthProperty@Nullable public String getPassword()
getPassword in interface AuthPropertyCopyright © 2018. All rights reserved.