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
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
LOG, messageContext, OPTIONS_ALLOW, searchContext, uriInfoFields 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 -
Method Summary
Modifier and TypeMethodDescriptionlist()Returns a list of all client applications available.read(Long clientAppId, ClientAppType type) Returns client application with matching type and clientAppId, if found.read(String name, ClientAppType type) Returns client application with matching type and name, if found.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
-
WAClientAppServiceImpl
-
-
Method Details
-
list
Description copied from interface:WAClientAppServiceReturns a list of all client applications available.- Specified by:
listin interfaceWAClientAppService- Returns:
- list of all client applications.
-
read
Description copied from interface:WAClientAppServiceReturns client application with matching type and clientAppId, if found.- Specified by:
readin interfaceWAClientAppService- Parameters:
clientAppId- registered client application ID to be readtype- client application type- Returns:
- client application with matching type and clientAppId
-
read
Description copied from interface:WAClientAppServiceReturns client application with matching type and name, if found.- Specified by:
readin interfaceWAClientAppService- Parameters:
name- registered client application name to be readtype- client application type- Returns:
- client application with matching type and name
-