com.unboundid.scim.wink
Class ServiceProviderConfigResource
java.lang.Object
com.unboundid.scim.wink.AbstractStaticResource
com.unboundid.scim.wink.ServiceProviderConfigResource
public class ServiceProviderConfigResource
- extends AbstractStaticResource
This class is a JAX-RS resource for the SCIM Service Provider Configuration.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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.