Class ExcludeAuthorizationService


  • @Path("guest")
    public class ExcludeAuthorizationService
    extends Object
    • Constructor Detail

      • ExcludeAuthorizationService

        public ExcludeAuthorizationService()
    • 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