com.unboundid.scim.sdk
Class SCIMBackendConfig

java.lang.Object
  extended by com.unboundid.scim.sdk.SCIMBackendConfig

public class SCIMBackendConfig
extends Object

This class contains mutable configuration settings for a SCIM Backend.


Constructor Summary
SCIMBackendConfig()
           
 
Method Summary
 int getMaxResults()
          Retrieve the maximum number of resources that are returned in a response.
 void setMaxResults(int maxResults)
          Specify the maximum number of resources that are returned in a response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCIMBackendConfig

public SCIMBackendConfig()
Method Detail

getMaxResults

public int getMaxResults()
Retrieve the maximum number of resources that are returned in a response.

Returns:
The maximum number of resources that are returned in a response.

setMaxResults

public void setMaxResults(int maxResults)
Specify the maximum number of resources that are returned in a response.

Parameters:
maxResults - The maximum number of resources that are returned in a response.


Copyright © 2011-2012 UnboundID. All Rights Reserved.