com.unboundid.scim.wink
Class JSONServiceProviderConfigResource

java.lang.Object
  extended by com.unboundid.scim.wink.AbstractStaticResource
      extended by 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.


Constructor Summary
JSONServiceProviderConfigResource(SCIMApplication application, ResourceStats resourceStats)
          Create a new JAX-RS resource.
 
Method Summary
 javax.ws.rs.core.Response doJsonGet()
          Implement the GET operation to fetch the configuration in JSON format.
 
Methods inherited from class com.unboundid.scim.wink.AbstractStaticResource
setResponseEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.