Class AuthProfileServiceImpl
java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.AuthProfileServiceImpl
- All Implemented Interfaces:
AuthProfileService,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(AuthProfileTO authProfileTO) Create a new auth profile.voidDeletes the auth profile matching the provided if key, if found.Returns the auth profile matching the provided if key, if found.search(AuthProfileQuery query) Returns a paged list of all AuthProfiles.voidupdate(AuthProfileTO authProfileTO) Updates the auth profile matching the provided if key, 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
-
AuthProfileServiceImpl
-
-
Method Details
-
search
Description copied from interface:AuthProfileServiceReturns a paged list of all AuthProfiles.- Specified by:
searchin interfaceAuthProfileService- Parameters:
query- query conditions- Returns:
- list of all AuthProfiles.
-
read
Description copied from interface:AuthProfileServiceReturns the auth profile matching the provided if key, if found.- Specified by:
readin interfaceAuthProfileService- Parameters:
key- auth profile key- Returns:
- auth profile matching the provided if key, if found
-
create
Description copied from interface:AuthProfileServiceCreate a new auth profile.- Specified by:
createin interfaceAuthProfileService- Parameters:
authProfileTO- auth profile to create- Returns:
- Response object featuring Location header of created client app
-
update
Description copied from interface:AuthProfileServiceUpdates the auth profile matching the provided if key, if found.- Specified by:
updatein interfaceAuthProfileService- Parameters:
authProfileTO- auth profile
-
delete
Description copied from interface:AuthProfileServiceDeletes the auth profile matching the provided if key, if found.- Specified by:
deletein interfaceAuthProfileService- Parameters:
key- auth profile key
-