Package org.openiam.idm.srvc.role.domain
Class RoleToGroupMembershipXrefEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.idm.srvc.membership.domain.AbstractMembershipXrefEntity<RoleEntity,GroupEntity>
-
- org.openiam.idm.srvc.role.domain.RoleToGroupMembershipXrefEntity
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
,EdgeIdAware
,AbstractMembershipAwareXref
,GroupAwareMembershipXref
,RoleAwareMembershipXref
,MembershipAware
@Entity public class RoleToGroupMembershipXrefEntity extends AbstractMembershipXrefEntity<RoleEntity,GroupEntity> implements GroupAwareMembershipXref, RoleAwareMembershipXref
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleToGroupMembershipXrefEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<RoleEntity>
getEntityClass()
GroupEntity
getGroup()
Class<GroupEntity>
getMemberClass()
RoleEntity
getRole()
-
Methods inherited from class org.openiam.idm.srvc.membership.domain.AbstractMembershipXrefEntity
getEntity, getMemberEntity, getRights, setEntity, setMemberEntity, setRights
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.idm.srvc.membership.domain.AbstractMembershipAwareXref
getRights
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
Methods inherited from interface org.openiam.graph.model.EdgeIdAware
getEdgeId
-
Methods inherited from interface org.openiam.membership.MembershipAware
getEndDate, getId, getStartDate
-
-
-
-
Method Detail
-
getGroup
public GroupEntity getGroup()
- Specified by:
getGroup
in interfaceGroupAwareMembershipXref
-
getRole
public RoleEntity getRole()
- Specified by:
getRole
in interfaceRoleAwareMembershipXref
-
getEntityClass
public Class<RoleEntity> getEntityClass()
- Specified by:
getEntityClass
in classAbstractMembershipXrefEntity<RoleEntity,GroupEntity>
-
getMemberClass
public Class<GroupEntity> getMemberClass()
- Specified by:
getMemberClass
in classAbstractMembershipXrefEntity<RoleEntity,GroupEntity>
-
-