public class SCIMParser extends Object
| Constructor and Description |
|---|
SCIMParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.codehaus.jackson.JsonGenerator.Feature feature,
boolean flag)
Configure the
ObjectMapper |
SCIMGroups |
parseGroup(InputStream is)
Parse
Groups |
SCIMResource |
parseResource(InputStream is)
Parse
Resource |
ServiceProviderConfiguration |
parseServiceProviderConfiguration(InputStream is)
|
SCIMUser |
parseUser(InputStream is)
Parse
User |
public void configure(org.codehaus.jackson.JsonGenerator.Feature feature,
boolean flag)
ObjectMapperfeature - flag - public SCIMUser parseUser(InputStream is) throws SCIMParsingException
Useris - SCIMParsingExceptionpublic SCIMGroups parseGroup(InputStream is) throws SCIMParsingException
Groupsis - SCIMParsingExceptionpublic SCIMResource parseResource(InputStream is) throws SCIMParsingException
Resourceis - SCIMParsingExceptionpublic ServiceProviderConfiguration parseServiceProviderConfiguration(InputStream is) throws SCIMParsingException
is - SCIMParsingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.