Class SCIMExtensionAnyObjectConf
- java.lang.Object
-
- org.apache.syncope.common.lib.scim.SCIMExtensionAnyConf
-
- org.apache.syncope.common.lib.scim.SCIMExtensionAnyObjectConf
-
- All Implemented Interfaces:
Serializable
public class SCIMExtensionAnyObjectConf extends SCIMExtensionAnyConf
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMExtensionAnyObjectConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExternalId()
String
getType()
void
setExternalId(String externalId)
void
setType(String type)
-
Methods inherited from class org.apache.syncope.common.lib.scim.SCIMExtensionAnyConf
add, asMap, getAttributes, getDescription, getName, setDescription, setName
-
-