Package com.exclamationlabs.connid.base.connector.adapter
-
Class Summary Class Description AdapterValueTypeConverter This class contains static utility methods that allow us to efficiently convert ConnId Attribute values (often stored as List of Object) to specific supported concrete Java class types.BaseAdapter<U extends UserIdentityModel,G extends GroupIdentityModel> Base attribute class describing composition of an Adapter.BaseGroupsAdapter<U extends UserIdentityModel,G extends GroupIdentityModel> Base groups adapter that needs to be subclassed in order to map a specific group model data type to ConnId attributes and vice versa.BaseUsersAdapter<U extends UserIdentityModel,G extends GroupIdentityModel> Base users adapter that needs to be subclassed in order to map a specific user model data type to ConnId attributes and vice versa.