Class SAML2IdPEntityServiceImpl
java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.SAML2IdPEntityServiceImpl
- All Implemented Interfaces:
JAXRSService,SAML2IdPEntityService
-
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_USERFields inherited from interface org.apache.syncope.common.rest.api.service.SAML2IdPEntityService
DEFAULT_OWNER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeletes the SAML 2.0 IdP entity matching the given key.Returns the SAML 2.0 IdP entity matching the given key.list()Returns the SAML 2.0 IdP entities.voidset(SAML2IdPEntityTO entityTO) Stores 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
-
SAML2IdPEntityServiceImpl
-
-
Method Details
-
list
Description copied from interface:SAML2IdPEntityServiceReturns the SAML 2.0 IdP entities.- Specified by:
listin interfaceSAML2IdPEntityService- Returns:
- SAML 2.0 IdP entities
-
get
Description copied from interface:SAML2IdPEntityServiceReturns the SAML 2.0 IdP entity matching the given key.- Specified by:
getin interfaceSAML2IdPEntityService- Parameters:
key- key of requested SAML 2.0 IdP entity- Returns:
- SAML 2.0 IdP entity with matching key
-
set
Description copied from interface:SAML2IdPEntityServiceStores the entity to finalize the generation process.- Specified by:
setin interfaceSAML2IdPEntityService- Parameters:
entityTO- entity to be created
-
delete
Description copied from interface:SAML2IdPEntityServiceDeletes the SAML 2.0 IdP entity matching the given key.- Specified by:
deletein interfaceSAML2IdPEntityService- Parameters:
key- key of requested SAML 2.0 IdP entity
-