Class BearerTokenOAuthSession
- java.lang.Object
-
- org.openshift.jenkins.plugins.openshiftlogin.OAuthSession
-
- org.openshift.jenkins.plugins.openshiftlogin.BearerTokenOAuthSession
-
- All Implemented Interfaces:
Serializable
public final class BearerTokenOAuthSession extends OAuthSession
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BearerTokenOAuthSession(com.google.api.client.auth.oauth2.AuthorizationCodeFlow flow, String from, String redirectUrl, String redirectOnFinish, String url, com.google.api.client.auth.oauth2.AuthorizationCodeFlow flow2, OpenShiftOAuth2SecurityRealm secRealm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.stapler.HttpResponse
onSuccess(String authorizationCode)
-
Methods inherited from class org.openshift.jenkins.plugins.openshiftlogin.OAuthSession
doCommenceLogin, doFinishLogin, doRequestAuthorizationCode, getCredential, getCurrent, getFrom, setCredential
-
-
-
-
Constructor Detail
-
BearerTokenOAuthSession
public BearerTokenOAuthSession(com.google.api.client.auth.oauth2.AuthorizationCodeFlow flow, String from, String redirectUrl, String redirectOnFinish, String url, com.google.api.client.auth.oauth2.AuthorizationCodeFlow flow2, OpenShiftOAuth2SecurityRealm secRealm)
-
-
Method Detail
-
onSuccess
public org.kohsuke.stapler.HttpResponse onSuccess(String authorizationCode)
- Specified by:
onSuccess
in classOAuthSession
-
-