Class ExcludeAuthorizationService
- java.lang.Object
-
- org.gcube.service.idm.rest.examples.ExcludeAuthorizationService
-
@Path("guest") public class ExcludeAuthorizationService extends Object
-
-
Constructor Summary
Constructors Constructor Description ExcludeAuthorizationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringexludedMethod()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
-
-
-
Method Detail
-
exludedMethod
@GET public String 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
-
-