com.unboundid.scim.wink
Class ServiceProviderConfigResource

java.lang.Object
  extended by com.unboundid.scim.wink.AbstractStaticResource
      extended by com.unboundid.scim.wink.ServiceProviderConfigResource

public class ServiceProviderConfigResource
extends AbstractStaticResource

This class is a JAX-RS resource for the SCIM Service Provider Configuration.


Constructor Summary
ServiceProviderConfigResource(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.
 javax.ws.rs.core.Response doXmlGet()
          Implement the GET operation to fetch the configuration in XML 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

ServiceProviderConfigResource

public ServiceProviderConfigResource(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.

doXmlGet

public javax.ws.rs.core.Response doXmlGet()
Implement the GET operation to fetch the configuration in XML format.

Returns:
The response to the request.


Copyright © 2011-2012 UnboundID. All Rights Reserved.