@Path(value="scimv2conf") public interface SCIMConfService extends JAXRSService
PARAM_ANYTYPE_KIND, PARAM_CONNID_PAGED_RESULTS_COOKIE, PARAM_DETAILS, PARAM_ENTITY_KEY, PARAM_FIQL, PARAM_MAX, PARAM_NOTIFICATION, PARAM_ORDERBY, PARAM_PAGE, PARAM_RESOURCE, PARAM_SIZE| Modifier and Type | Method and Description |
|---|---|
SCIMConf |
get()
Reads SCIM configuration, generates empty if missing.
|
void |
set(SCIMConf conf)
Sets SCIM configuration.
|
@GET
@Produces(value={"application/json","application/xml"})
SCIMConf get()
@PUT
@Consumes(value={"application/json","application/xml"})
@Produces(value={"application/json","application/xml"})
void set(@NotNull
SCIMConf conf)
conf - SCIM configurationCopyright © 2010–2018 The Apache Software Foundation. All rights reserved.