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 String
getIdentityIdValue()
Implement this method to return the id value applicable to the concrete User or Group model.String
getIdentityNameValue()
Implement this method to return the name applicable to the concrete User or Group model.IdentityModelType
getIdentityType()
default String
identityToString()
-
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
-