Class Oauth2AnnotationsTestResource
java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.resource.annotations.Oauth2AnnotationsTestResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsejakarta.ws.rs.core.Responsejakarta.ws.rs.core.Response
-
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()
-