Class DynRealmServiceImpl
java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.DynRealmServiceImpl
- All Implemented Interfaces:
DynRealmService
,JAXRSService
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(DynRealmTO roleTO) Creates a new dynamic realm.void
Deletes the dynamic realm matching the provided key.list()
Returns a list of all dynamic realms.Returns dynamic realm with matching key.void
update
(DynRealmTO roleTO) Updates the dynamic realm matching the provided key.Methods inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
applyPreference, buildPagedResult, checkETag, createResponse, findActualKey, getPreference, isNullPriorityAsync, modificationResponse, pageable, pageable, sort
-
Field Details
-
logic
-
-
Constructor Details
-
DynRealmServiceImpl
-
-
Method Details
-
list
Description copied from interface:DynRealmService
Returns a list of all dynamic realms.- Specified by:
list
in interfaceDynRealmService
- Returns:
- list of all dynamic realms.
-
read
Description copied from interface:DynRealmService
Returns dynamic realm with matching key.- Specified by:
read
in interfaceDynRealmService
- Parameters:
key
- dynamic realm key to be read- Returns:
- dynamic realm with matching key
-
create
Description copied from interface:DynRealmService
Creates a new dynamic realm.- Specified by:
create
in interfaceDynRealmService
- Parameters:
roleTO
- dynamic realm to be created- Returns:
- Response object featuring Location header of created dynamic realm
-
update
Description copied from interface:DynRealmService
Updates the dynamic realm matching the provided key.- Specified by:
update
in interfaceDynRealmService
- Parameters:
roleTO
- dynamic realm to be stored
-
delete
Description copied from interface:DynRealmService
Deletes the dynamic realm matching the provided key.- Specified by:
delete
in interfaceDynRealmService
- Parameters:
key
- dynamic realm key to be deleted
-