Interface Handler

    • Method Detail

      • isAuthorized

        boolean isAuthorized​(Webservice service,
                             java.lang.String userId)
        Parameters:
        service - The service.
        userId - The ID of the user
        Returns:
        A boolean flag indicating if the user can use the service.
        Since:
        17 apr 2013
      • validateInput

        void validateInput​(Webservice service,
                           java.lang.Object input)
                    throws java.lang.Exception
        Validates input for the service.
        Parameters:
        service -
        input -
        Throws:
        java.lang.Exception
        Since:
        2015.3.0