Class WAClientAppServiceImpl

java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.wa.WAClientAppServiceImpl
All Implemented Interfaces:
JAXRSService, WAClientAppService

public class WAClientAppServiceImpl extends AbstractService implements WAClientAppService
  • Field Details

  • Constructor Details

    • WAClientAppServiceImpl

      public WAClientAppServiceImpl(WAClientAppLogic logic)
  • Method Details

    • list

      public List<WAClientApp> list()
      Description copied from interface: WAClientAppService
      Returns a list of all client applications available.
      Specified by:
      list in interface WAClientAppService
      Returns:
      list of all client applications.
    • 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