Class Auth
- All Implemented Interfaces:
Describable<Auth>
,Serializable
Deprecated.
We need to keep this for compatibility - old config deserialization!
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.since 2.3.0-SNAPSHOT - useAuth2
instead. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Auth
auth2ToAuth
(Auth2 auth) Deprecated.static Auth2
authToAuth2
(List<Auth> oldAuth) Deprecated.static Auth2
authToAuth2
(Auth oldAuth) Deprecated.Deprecated.Deprecated.getCreds()
Deprecated.Deprecated.Deprecated.getUser()
Deprecated.Deprecated.Deprecated.
-
Field Details
-
NONE
Deprecated.- See Also:
-
API_TOKEN
Deprecated.- See Also:
-
CREDENTIALS_PLUGIN
Deprecated.- See Also:
-
-
Constructor Details
-
Auth
Deprecated.
-
-
Method Details
-
getAuthType
Deprecated. -
getUsername
Deprecated. -
getApiToken
Deprecated. -
getCreds
Deprecated. -
isMatch
Deprecated. -
getUser
Deprecated. -
getPassword
Deprecated. -
getDescriptor
Deprecated.- Specified by:
getDescriptor
in interfaceDescribable<Auth>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<Auth>
-
auth2ToAuth
Deprecated. -
authToAuth2
Deprecated. -
authToAuth2
Deprecated.
-
Auth2
instead.