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
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
(AuthModuleTO authModuleTO) Create a new authentication module.void
Delete authentication module matching the given key.list()
Returns a list of authentication modules.Returns the authentication module matching the given key.void
update
(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:AuthModuleService
Create a new authentication module.- Specified by:
create
in interfaceAuthModuleService
- Parameters:
authModuleTO
- AuthModule to be created.- Returns:
- Response object featuring Location header of created authentication module
-
delete
Description copied from interface:AuthModuleService
Delete authentication module matching the given key.- Specified by:
delete
in interfaceAuthModuleService
- Parameters:
key
- key of authentication module to be deleted
-
list
Description copied from interface:AuthModuleService
Returns a list of authentication modules.- Specified by:
list
in interfaceAuthModuleService
- Returns:
- list of authentication modules
-
read
Description copied from interface:AuthModuleService
Returns the authentication module matching the given key.- Specified by:
read
in interfaceAuthModuleService
- Parameters:
key
- key of requested authentication module- Returns:
- authentication module with matching id
-
update
Description copied from interface:AuthModuleService
Updates authentication module matching the given key.- Specified by:
update
in interfaceAuthModuleService
- Parameters:
authModuleTO
- AuthModule to replace existing authentication module
-