Class ExcludeAuthorizationService
java.lang.Object
org.gcube.service.helloworld.rest.ExcludeAuthorizationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthis method doesn't need authorization and the SecretManagerProvider is null see to implement this behavior add to excludes section in your application.yaml - path: /{path-to-your-method-path} example for this method - path: /excludednotFound()jakarta.ws.rs.core.Response
-
Constructor Details
-
ExcludeAuthorizationService
public ExcludeAuthorizationService()
-
-
Method Details
-
exludedMethod
this method doesn't need authorization and the SecretManagerProvider is null see to implement this behavior add to excludes section in your application.yaml - path: /{path-to-your-method-path} example for this method - path: /excluded -
badRequest
- Throws:
jakarta.ws.rs.WebApplicationException
-
notFound
- Throws:
jakarta.ws.rs.WebApplicationException
-
testPurge
@Path("test-purge") public jakarta.ws.rs.core.Response testPurge() throws jakarta.ws.rs.WebApplicationException- Throws:
jakarta.ws.rs.WebApplicationException
-