Class Auth
- All Implemented Interfaces:
Describable<Auth>,Serializable
Deprecated.
We need to keep this for compatibility - old config deserialization!
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.since 2.3.0-SNAPSHOT - useAuth2instead. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Authauth2ToAuth(Auth2 auth) Deprecated.static Auth2authToAuth2(List<Auth> oldAuth) Deprecated.static Auth2authToAuth2(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:
getDescriptorin interfaceDescribable<Auth>- Overrides:
getDescriptorin classAbstractDescribableImpl<Auth>
-
auth2ToAuth
Deprecated. -
authToAuth2
Deprecated. -
authToAuth2
Deprecated.
-
Auth2instead.