Class BearerHttpAuthenticationHandler
- java.lang.Object
-
- org.jboss.set.aphrodite.issue.trackers.jira.auth.BearerHttpAuthenticationHandler
-
- All Implemented Interfaces:
com.atlassian.jira.rest.client.api.AuthenticationHandler
public class BearerHttpAuthenticationHandler extends Object implements com.atlassian.jira.rest.client.api.AuthenticationHandler
- Author:
- Chao Wang
-
-
Constructor Summary
Constructors Constructor Description BearerHttpAuthenticationHandler(String token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.atlassian.httpclient.api.Request.Builder builder)
-
-
-
Constructor Detail
-
BearerHttpAuthenticationHandler
public BearerHttpAuthenticationHandler(String token)
-
-