Class SAML2SPEntityServiceImpl
java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.SAML2SPEntityServiceImpl
- All Implemented Interfaces:
JAXRSService
,SAML2SPEntityService
@Service
public class SAML2SPEntityServiceImpl
extends AbstractService
implements SAML2SPEntityService
-
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 TypeMethodDescriptionvoid
Delets the SAML 2.0 SP entity matching the given key.Returns the SAML 2.0 SP entity matching the given key.list()
Returns the SAML 2.0 SP entities.void
set
(SAML2SPEntityTO entityTO) Store the entity to finalize the generation process.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
-
SAML2SPEntityServiceImpl
-
-
Method Details
-
list
Description copied from interface:SAML2SPEntityService
Returns the SAML 2.0 SP entities.- Specified by:
list
in interfaceSAML2SPEntityService
- Returns:
- SAML 2.0 SP entities
-
get
Description copied from interface:SAML2SPEntityService
Returns the SAML 2.0 SP entity matching the given key.- Specified by:
get
in interfaceSAML2SPEntityService
- Parameters:
key
- key of requested SAML 2.0 SP entity- Returns:
- SAML 2.0 SP entity with matching key
-
set
Description copied from interface:SAML2SPEntityService
Store the entity to finalize the generation process.- Specified by:
set
in interfaceSAML2SPEntityService
- Parameters:
entityTO
- entity to be created
-
delete
Description copied from interface:SAML2SPEntityService
Delets the SAML 2.0 SP entity matching the given key.- Specified by:
delete
in interfaceSAML2SPEntityService
- Parameters:
key
- key of requested SAML 2.0 SP entity
-