Class BearerTokenOAuthSession
java.lang.Object
org.openshift.jenkins.plugins.openshiftlogin.OAuthSession
org.openshift.jenkins.plugins.openshiftlogin.BearerTokenOAuthSession
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBearerTokenOAuthSession
(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
Methods inherited from class org.openshift.jenkins.plugins.openshiftlogin.OAuthSession
doCommenceLogin, doFinishLogin, doRequestAuthorizationCode, getCredential, getCurrent, getFrom, setCredential
-
Constructor Details
-
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 Details
-
onSuccess
- Specified by:
onSuccess
in classOAuthSession
-