Class BearerTokenAuth
java.lang.Object
hudson.model.AbstractDescribableImpl<Auth2>
org.jenkinsci.plugins.ParameterizedRemoteTrigger.auth2.Auth2
org.jenkinsci.plugins.ParameterizedRemoteTrigger.auth2.BearerTokenAuth
- All Implemented Interfaces:
Describable<Auth2>
,Serializable
,Cloneable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.ParameterizedRemoteTrigger.auth2.Auth2
Auth2.Auth2Descriptor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getToken()
int
hashCode()
void
setAuthorizationHeader
(URLConnection connection, BuildContext context) Depending on the purpose the Auth2 implementation has to override theAuthorization
header of the connection appropriately.void
toString()
Returns a string representing the authorization.
-
Field Details
-
DESCRIPTOR
-
-
Constructor Details
-
BearerTokenAuth
@DataBoundConstructor public BearerTokenAuth()
-
-
Method Details
-
setToken
-
getToken
-
setAuthorizationHeader
public void setAuthorizationHeader(URLConnection connection, BuildContext context) throws IOException Description copied from class:Auth2
Depending on the purpose the Auth2 implementation has to override theAuthorization
header of the connection appropriately. It might also ignore this step or remove an existingAuthorization
header.- Specified by:
setAuthorizationHeader
in classAuth2
- Parameters:
connection
- connection between the application and the remote server.context
- the context of this Builder/BuildStep.- Throws:
IOException
- if there is an error generating the authorization header.
-
toString
-
toString
Description copied from class:Auth2
Returns a string representing the authorization.- Specified by:
toString
in classAuth2
- Parameters:
item
- the Item (Job, Pipeline,...) we are currently running in. The item is required to also get Credentials which are defined in the items scope and not Jenkins globally. Value can be null, but Credentials e.g. configured on a Folder will not be found in this case, only globally configured Credentials.- Returns:
- a string representing the authorization.
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<Auth2>
- Overrides:
getDescriptor
in classAbstractDescribableImpl<Auth2>
-
hashCode
public int hashCode() -
equals
-