Class AuthorizeConfirmationConfig
java.lang.Object
hudson.model.AbstractDescribableImpl<AuthorizeConfirmationConfig>
com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.servlet.AuthorizeConfirmationConfig
- All Implemented Interfaces:
Action,Describable<AuthorizeConfirmationConfig>,ModelObject
public class AuthorizeConfirmationConfig
extends AbstractDescribableImpl<AuthorizeConfirmationConfig>
implements Action
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddoIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) org.kohsuke.stapler.HttpResponsedoPerformSubmit(org.kohsuke.stapler.StaplerRequest request) getToken()boolean
-
Field Details
-
ACCESS_REQUEST
- See Also:
-
ALLOW_KEY
- See Also:
-
DENY_KEY
- See Also:
-
OAUTH_TOKEN_PARAM
- See Also:
-
OAUTH_CALLBACK_PARAM
- See Also:
-
-
Method Details
-
doPerformSubmit
public org.kohsuke.stapler.HttpResponse doPerformSubmit(org.kohsuke.stapler.StaplerRequest request) throws IOException, javax.servlet.ServletException - Throws:
IOExceptionjavax.servlet.ServletException
-
getAccessRequest
-
getAuthenticatedUsername
-
getCallback
-
getConsumerName
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<AuthorizeConfirmationConfig>- Overrides:
getDescriptorin classAbstractDescribableImpl<AuthorizeConfirmationConfig>
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getIconUrl
-
getInstanceName
-
getToken
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
isNoSecurity
public boolean isNoSecurity() -
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException - Throws:
IOExceptionjavax.servlet.ServletException
-