public interface SCIMObject extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAttribute(String attributeName) |
Attribute |
getAttribute(String attributeName) |
Map<String,Attribute> |
getAttributeList() |
List<String> |
getSchemaList() |
Attribute getAttribute(String attributeName) throws NotFoundException
NotFoundExceptionvoid deleteAttribute(String attributeName) throws NotFoundException
NotFoundExceptionCopyright © 2018 WSO2. All rights reserved.