public class ResourceManagerUtil extends Object
| Constructor and Description |
|---|
ResourceManagerUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Boolean> |
getAllAttributeURIs(SCIMResourceTypeSchema schema) |
static Map<String,Boolean> |
getOnlyRequiredAttributesURIs(SCIMResourceTypeSchema schema,
String requestedAttributes,
String requestedExcludingAttributes) |
static int |
processCount(String countStr)
Process count value according to SCIM 2.0 specification
|
static int |
processStartIndex(String startIndexStr)
Process startIndex value according to SCIM 2.0 specification
|
public static Map<String,Boolean> getOnlyRequiredAttributesURIs(SCIMResourceTypeSchema schema, String requestedAttributes, String requestedExcludingAttributes) throws CharonException
CharonExceptionpublic static Map<String,Boolean> getAllAttributeURIs(SCIMResourceTypeSchema schema) throws CharonException
CharonExceptionpublic static int processCount(String countStr) throws BadRequestException
countStr - BadRequestExceptionpublic static int processStartIndex(String startIndexStr) throws BadRequestException
startIndexStr - BadRequestExceptionCopyright © 2019 WSO2. All rights reserved.