public class User extends AbstractSCIMObject
attributeList, schemaList| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUserName() |
void |
setGroup(String type,
String value,
String display) |
void |
setPassword(String password) |
void |
setSchemas() |
void |
setUserName(String userName) |
createMetaAttribute, deleteAttribute, deleteSubAttribute, deleteSubSubAttribute, deleteSubValuesSubAttribute, deleteValuesSubAttribute, getAttribute, getAttributeList, getCreatedDate, getExternalId, getId, getLastModified, getLocation, getMetaAttribute, getSchemaList, isAttributeExist, isMetaAttributeExist, isSchemaExists, setAttribute, setAttribute, setCreatedDate, setExternalId, setId, setLastModified, setLocation, setResourceType, setSchema, toStringpublic String getUserName() throws CharonException
CharonExceptionpublic void setUserName(String userName) throws CharonException, BadRequestException
CharonExceptionBadRequestExceptionpublic String getPassword() throws CharonException
CharonExceptionpublic void setPassword(String password) throws CharonException, BadRequestException
CharonExceptionBadRequestExceptionpublic void setGroup(String type, String value, String display) throws CharonException, BadRequestException
CharonExceptionBadRequestExceptionpublic void setSchemas()
Copyright © 2018 WSO2. All rights reserved.