public class SCIMBackendConfig extends Object
| Constructor and Description |
|---|
SCIMBackendConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxResults()
Retrieve the maximum number of resources that are returned in a response.
|
boolean |
isCheckSchema()
Whether to perform schema checking.
|
void |
setCheckSchema(boolean checkSchema)
Specify whether to perform schema checking.
|
void |
setMaxResults(int maxResults)
Specify the maximum number of resources that are returned in a response.
|
public SCIMBackendConfig()
public int getMaxResults()
public void setMaxResults(int maxResults)
maxResults - The maximum number of resources that are returned in
a response.public boolean isCheckSchema()
true to perform schema checking and
false otherwise.public void setCheckSchema(boolean checkSchema)
checkSchema - true to perform schema checking and
false otherwise.Copyright © 2011–2016 UnboundID. All rights reserved.