A C J M P 

A

AuthenticationTokenException - Exception in jenkins.authentication.tokens.api
An exception thrown when a specific Credentials could not be converted into an authentication token.
AuthenticationTokenException(String, Throwable) - Constructor for exception jenkins.authentication.tokens.api.AuthenticationTokenException
AuthenticationTokenException(String) - Constructor for exception jenkins.authentication.tokens.api.AuthenticationTokenException
AuthenticationTokenException(Throwable) - Constructor for exception jenkins.authentication.tokens.api.AuthenticationTokenException
AuthenticationTokenException() - Constructor for exception jenkins.authentication.tokens.api.AuthenticationTokenException
AuthenticationTokens - Class in jenkins.authentication.tokens.api
Utility class for manipulating authentication tokens.
AuthenticationTokenSource<T,C extends com.cloudbees.plugins.credentials.Credentials> - Class in jenkins.authentication.tokens.api
Converts Credentials into authentication tokens
AuthenticationTokenSource(Class<T>, Class<C>) - Constructor for class jenkins.authentication.tokens.api.AuthenticationTokenSource
Constructor.

C

consumes(Class<C>) - Method in class jenkins.authentication.tokens.api.AuthenticationTokenSource
Checks if this source consumes Credentials of the specified type.
consumes(Credentials) - Method in class jenkins.authentication.tokens.api.AuthenticationTokenSource
Checks if this source consumes the specific Credentials instance.
convert(Class<T>, C) - Static method in class jenkins.authentication.tokens.api.AuthenticationTokens
Converts the supplied credentials into the specified token.
convert(C) - Method in class jenkins.authentication.tokens.api.AuthenticationTokenSource
Converts the specified credentials into a token.

J

jenkins.authentication.tokens.api - package jenkins.authentication.tokens.api
 

M

matcher(Class<T>) - Static method in class jenkins.authentication.tokens.api.AuthenticationTokens
Builds a matcher for credentials that can be converted into the supplied token type.
matcher() - Method in class jenkins.authentication.tokens.api.AuthenticationTokenSource
Produces a CredentialsMatcher for this specific AuthenticationTokenSource.

P

produces(Class<T>) - Method in class jenkins.authentication.tokens.api.AuthenticationTokenSource
Checks if this source produces the specified token type.
A C J M P 

Copyright © 2004-2015. All Rights Reserved.