Class AuthModuleServiceImpl
java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.AuthModuleServiceImpl
- All Implemented Interfaces:
AuthModuleService,JAXRSService
-
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 TypeMethodDescriptioncreate(AuthModuleTO authModuleTO) Create a new authentication module.voidDelete authentication module matching the given key.list()Returns a list of authentication modules.Returns the authentication module matching the given key.voidupdate(AuthModuleTO authModuleTO) Updates authentication module matching the given 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
-
AuthModuleServiceImpl
-
-
Method Details
-
create
Description copied from interface:AuthModuleServiceCreate a new authentication module.- Specified by:
createin interfaceAuthModuleService- Parameters:
authModuleTO- AuthModule to be created.- Returns:
- Response object featuring Location header of created authentication module
-
delete
Description copied from interface:AuthModuleServiceDelete authentication module matching the given key.- Specified by:
deletein interfaceAuthModuleService- Parameters:
key- key of authentication module to be deleted
-
list
Description copied from interface:AuthModuleServiceReturns a list of authentication modules.- Specified by:
listin interfaceAuthModuleService- Returns:
- list of authentication modules
-
read
Description copied from interface:AuthModuleServiceReturns the authentication module matching the given key.- Specified by:
readin interfaceAuthModuleService- Parameters:
key- key of requested authentication module- Returns:
- authentication module with matching id
-
update
Description copied from interface:AuthModuleServiceUpdates authentication module matching the given key.- Specified by:
updatein interfaceAuthModuleService- Parameters:
authModuleTO- AuthModule to replace existing authentication module
-