Interface GroupIdentityModel
- All Superinterfaces:
IdentityModel
public interface GroupIdentityModel extends IdentityModel
All Connectors developed using the base framework
must define a concrete class (probably a POJO) that inherits
GroupIdentityModel, so that the base connector framework
has a Group model definition to transmit and utilize.
-
Method Summary
Modifier and Type Method Description default IdentityModelType
getIdentityType()
Methods inherited from interface com.exclamationlabs.connid.base.connector.model.IdentityModel
getIdentityIdValue, getIdentityNameValue, identityToString
-
Method Details
-
getIdentityType
- Specified by:
getIdentityType
in interfaceIdentityModel
-