Package com.exclamationlabs.connid.base.connector.model

  • Interface Summary 
    Interface Description
    GroupIdentityModel
    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.
    IdentityModel
    Interface to describe User and Group model objects belonging to this base connector implementation.
    UserIdentityModel
    All Connectors developed using the base framework must define a concrete class (probably a POJO) that inherits UserIdentityModel, so that the base connector framework has a User model definition to transmit and utilize.
  • Enum Summary 
    Enum Description
    IdentityModelType
    Internal enumeration to help identify whether a model is a user or group type.