@Path(value="ServiceProviderConfig") public abstract class AbstractServiceProviderConfigEndpoint extends Object
| Constructor and Description |
|---|
AbstractServiceProviderConfigEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
com.unboundid.scim2.common.GenericScimResource |
get(javax.ws.rs.core.UriInfo uriInfo)
Service request to retrieve the Service Provider Config.
|
abstract com.unboundid.scim2.common.types.ServiceProviderConfigResource |
getServiceProviderConfig()
Retrieve the current service provider config.
|
public AbstractServiceProviderConfigEndpoint()
@GET
@Produces(value={"application/scim+json","application/json"})
public com.unboundid.scim2.common.GenericScimResource get(@Context
javax.ws.rs.core.UriInfo uriInfo)
throws com.unboundid.scim2.common.exceptions.ScimException
uriInfo - UriInfo of the request.com.unboundid.scim2.common.exceptions.ScimException - if an error occurs.public abstract com.unboundid.scim2.common.types.ServiceProviderConfigResource getServiceProviderConfig() throws com.unboundid.scim2.common.exceptions.ScimException
com.unboundid.scim2.common.exceptions.ScimException - if an error occurs.Copyright © 2015–2016 UnboundID Corp.. All rights reserved.