Class WAClientAppServiceImpl

    • Constructor Detail

      • WAClientAppServiceImpl

        public WAClientAppServiceImpl​(WAClientAppLogic logic)
    • Method Detail

      • read

        public WAClientApp read​(Long clientAppId,
                                ClientAppType type)
        Description copied from interface: WAClientAppService
        Returns client application with matching type and clientAppId, if found.
        Specified by:
        read in interface WAClientAppService
        Parameters:
        clientAppId - registered client application ID to be read
        type - client application type
        Returns:
        client application with matching type and clientAppId
      • read

        public WAClientApp read​(String name,
                                ClientAppType type)
        Description copied from interface: WAClientAppService
        Returns client application with matching type and name, if found.
        Specified by:
        read in interface WAClientAppService
        Parameters:
        name - registered client application name to be read
        type - client application type
        Returns:
        client application with matching type and name