Interface IdentityModel
- All Known Subinterfaces:
GroupIdentityModel,UserIdentityModel
public interface IdentityModel
Interface to describe User and Group model objects belonging
to this base connector implementation.
-
Method Summary
Modifier and Type Method Description StringgetIdentityIdValue()Implement this method to return the id value applicable to the concrete User or Group model.StringgetIdentityNameValue()Implement this method to return the name applicable to the concrete User or Group model.IdentityModelTypegetIdentityType()default StringidentityToString()
-
Method Details
-
getIdentityType
IdentityModelType getIdentityType() -
getIdentityIdValue
String getIdentityIdValue()Implement this method to return the id value applicable to the concrete User or Group model.- Returns:
- String version of Id value recognized by model
-
getIdentityNameValue
String getIdentityNameValue()Implement this method to return the name applicable to the concrete User or Group model.- Returns:
- String version of the name recognized by model
-
identityToString
-