Class MembershipEntity
- java.lang.Object
-
- technology.openpool.ldap.adapter.api.entity.Entity
-
- technology.openpool.ldap.adapter.api.entity.MembershipEntity
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectfindColumn(String columnName)EntityTypegetEntityType()Gets the entity type.Set<String>getMemberGroupIds()Gets the IDs of the child groups.Set<String>getMemberUserIds()Gets the IDs of the users.StringgetParentGroupId()Gets the ID of the parent group.
-
-
-
Method Detail
-
getParentGroupId
public String getParentGroupId()
Gets the ID of the parent group.- Returns:
- the last name
-
getMemberGroupIds
public Set<String> getMemberGroupIds()
Gets the IDs of the child groups.- Returns:
- the display name
-
getMemberUserIds
public Set<String> getMemberUserIds()
Gets the IDs of the users.- Returns:
- the first name
-
getEntityType
public EntityType getEntityType()
Description copied from class:EntityGets the entity type.- Specified by:
getEntityTypein classEntity- Returns:
- the entity type
-
findColumn
protected Object findColumn(String columnName)
- Specified by:
findColumnin classEntity
-
-