com.unboundid.scim.wink
Class JSONServiceProviderConfigResource
java.lang.Object
com.unboundid.scim.wink.AbstractStaticResource
com.unboundid.scim.wink.JSONServiceProviderConfigResource
public class JSONServiceProviderConfigResource
- extends AbstractStaticResource
This class is a JAX-RS resource for the SCIM Service Provider Configuration
where the response format is specified in the URL to be JSON.
|
Method Summary |
javax.ws.rs.core.Response |
doJsonGet()
Implement the GET operation to fetch the configuration in JSON format. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONServiceProviderConfigResource
public JSONServiceProviderConfigResource(SCIMApplication application,
ResourceStats resourceStats)
- Create a new JAX-RS resource.
- Parameters:
application - The SCIM JAX-RS application associated with this
resource.resourceStats - The ResourceStats instance to use.
doJsonGet
public javax.ws.rs.core.Response doJsonGet()
- Implement the GET operation to fetch the configuration in JSON format.
- Returns:
- The response to the request.
Copyright © 2011-2012 UnboundID. All Rights Reserved.