Auth2
instead.public class Auth extends AbstractDescribableImpl<Auth> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Auth.DescriptorImpl
Deprecated.
since 2.3.0-SNAPSHOT - use
Auth2 instead. |
Modifier and Type | Field and Description |
---|---|
static String |
API_TOKEN
Deprecated.
|
static String |
CREDENTIALS_PLUGIN
Deprecated.
|
static String |
NONE
Deprecated.
|
Constructor and Description |
---|
Auth(String authType,
String username,
String apiToken,
String creds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Auth |
auth2ToAuth(Auth2 auth)
Deprecated.
|
static Auth2 |
authToAuth2(Auth oldAuth)
Deprecated.
|
static Auth2 |
authToAuth2(List<Auth> oldAuth)
Deprecated.
|
String |
getApiToken()
Deprecated.
|
String |
getAuthType()
Deprecated.
|
String |
getCreds()
Deprecated.
|
Auth.DescriptorImpl |
getDescriptor()
Deprecated.
|
String |
getPassword()
Deprecated.
|
String |
getUser()
Deprecated.
|
String |
getUsername()
Deprecated.
|
Boolean |
isMatch(String value)
Deprecated.
|
public static final String NONE
public static final String API_TOKEN
public static final String CREDENTIALS_PLUGIN
public String getAuthType()
public String getUsername()
public String getApiToken()
public String getCreds()
public String getUser()
public String getPassword()
public Auth.DescriptorImpl getDescriptor()
getDescriptor
in interface Describable<Auth>
getDescriptor
in class AbstractDescribableImpl<Auth>
Copyright © 2016–2023. All rights reserved.