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 Summary
Fields Modifier and Type Field Description protected SCIMConfManagermanager-
Fields inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
LOG, messageContext, OPTIONS_ALLOW, searchContext, uriInfo
-
Fields inherited from interface org.apache.syncope.common.rest.api.service.JAXRSService
CRLF, DOUBLE_DASH, PARAM_ANYTYPE_KIND, PARAM_ANYTYPEKEY, PARAM_CONNID_PAGED_RESULTS_COOKIE, PARAM_DETAILS, PARAM_ENTITY_KEY, PARAM_FIQL, PARAM_KEYWORD, PARAM_MAX, PARAM_NOTIFICATION, PARAM_ORDERBY, PARAM_PAGE, PARAM_REALM, PARAM_RECURSIVE, PARAM_RESOURCE, PARAM_SIZE, PARAM_USER
-
-
Constructor Summary
Constructors Constructor Description SCIMConfServiceImpl(SCIMConfManager manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SCIMConfget()Reads SCIM configuration, generates empty if missing.voidset(SCIMConf conf)Sets SCIM configuration.-
Methods inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
applyPreference, buildPagedResult, checkETag, createResponse, findActualKey, getOrderByClauses, getPreference, isNullPriorityAsync, modificationResponse
-
-
-
-
Field Detail
-
manager
protected final SCIMConfManager manager
-
-
Constructor Detail
-
SCIMConfServiceImpl
public SCIMConfServiceImpl(SCIMConfManager manager)
-
-
Method Detail
-
get
public SCIMConf get()
Description copied from interface:SCIMConfServiceReads SCIM configuration, generates empty if missing.- Specified by:
getin interfaceSCIMConfService- Returns:
- SCIM configuration
-
set
public void set(SCIMConf conf)
Description copied from interface:SCIMConfServiceSets SCIM configuration.- Specified by:
setin interfaceSCIMConfService- Parameters:
conf- SCIM configuration
-
-