Class SCIMConfServiceImpl

java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.SCIMConfServiceImpl
All Implemented Interfaces:
JAXRSService, SCIMConfService

public class SCIMConfServiceImpl extends AbstractService implements SCIMConfService
  • Field Details

  • Constructor Details

    • SCIMConfServiceImpl

      public SCIMConfServiceImpl(SCIMConfManager manager)
  • Method Details

    • get

      public SCIMConf get()
      Description copied from interface: SCIMConfService
      Reads SCIM configuration, generates empty if missing.
      Specified by:
      get in interface SCIMConfService
      Returns:
      SCIM configuration
    • set

      public void set(SCIMConf conf)
      Description copied from interface: SCIMConfService
      Sets SCIM configuration.
      Specified by:
      set in interface SCIMConfService
      Parameters:
      conf - SCIM configuration