Class Oauth2AnnotationsTestResource

java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.resource.annotations.Oauth2AnnotationsTestResource

@Path("oauth2") public class Oauth2AnnotationsTestResource extends Object
  • Constructor Details

    • Oauth2AnnotationsTestResource

      public Oauth2AnnotationsTestResource()
  • Method Details

    • noScopesAllowedMethod

      @GET @Path("no-scopes-allowed-present") public jakarta.ws.rs.core.Response noScopesAllowedMethod()
    • scopesAllowedPresentMethod

      @GET @Path("wrong-scopes-allowed-present") public jakarta.ws.rs.core.Response scopesAllowedPresentMethod()
    • verifyWriteScopesHasNoGlobalAdmin

      @GET @Path("write-is-not-global-admin") public jakarta.ws.rs.core.Response verifyWriteScopesHasNoGlobalAdmin()