Class AuthFilter

    • Field Detail

      • AUTH_ACTION_DEFAULT_ORDER_IS_100

        public static final int AUTH_ACTION_DEFAULT_ORDER_IS_100
        See Also:
        Constant Field Values
      • schemes

        protected java.util.List<AuthScheme> schemes
    • Constructor Detail

      • AuthFilter

        public AuthFilter()
    • Method Detail

      • run

        public void run​(Request req,
                        Response resp)
                 throws ApiException
        Description copied from class: Action
        Override this method with your custom business logic or override one of the http method "doMETHOD" specific handlers.
        Overrides:
        run in class Action<AuthFilter>
        Parameters:
        req - the Request being serviced
        resp - the Reponse being generated
        Throws:
        ApiException
      • getAuthSchemes

        public java.util.List<AuthScheme> getAuthSchemes()