@Path(value="ServiceProviderConfigs") public class ServiceProviderConfigResource extends AbstractStaticResource
| Constructor and Description |
|---|
ServiceProviderConfigResource(SCIMApplication application)
Create a new JAX-RS resource.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
doJsonGet()
Implement the GET operation to fetch the configuration in JSON format.
|
javax.ws.rs.core.Response |
doXmlGet()
Implement the GET operation to fetch the configuration in XML format.
|
setResponseEntitypublic ServiceProviderConfigResource(SCIMApplication application)
application - The SCIM JAX-RS application associated with this
resource.@GET @Produces(value="application/json") public javax.ws.rs.core.Response doJsonGet()
@GET @Produces(value="application/xml") public javax.ws.rs.core.Response doXmlGet()
Copyright © 2011–2016 UnboundID. All rights reserved.