Uses of Class
org.openiam.idm.srvc.membership.domain.AbstractMembershipXrefEntity
-
-
Uses of AbstractMembershipXrefEntity in org.openiam.common.authmanager.service
Methods in org.openiam.common.authmanager.service with parameters of type AbstractMembershipXrefEntity Modifier and Type Method Description protected Set<AuthorizationAccessRight>
AbstractAuthorizationManagerService. getAccessRight(AbstractMembershipXrefEntity<?,?> xref, Map<String,AuthorizationAccessRight> rights)
-
Uses of AbstractMembershipXrefEntity in org.openiam.esb.core.dozer.converter
Classes in org.openiam.esb.core.dozer.converter with type parameters of type AbstractMembershipXrefEntity Modifier and Type Class Description class
AbstractMembershipXrefDozerConverter<DTO extends MembershipXref,Entity extends AbstractMembershipXrefEntity>
-
Uses of AbstractMembershipXrefEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with type parameters of type AbstractMembershipXrefEntity Modifier and Type Method Description protected <T extends AbstractMembershipXrefEntity>
voidAbstractOwnerAdminBeansServiceImpl. mergeRights(List<T> xrefs, List<String> accessRights, Function<List<T>,List<T>> saveFunction)
protected <T extends AbstractMembershipXrefEntity>
voidAbstractOwnerAdminBeansServiceImpl. removeRights(List<T> xref, List<String> accessRights, Function<List<T>,List<T>> saveFunction)
-
Uses of AbstractMembershipXrefEntity in org.openiam.esb.repository
Classes in org.openiam.esb.repository with type parameters of type AbstractMembershipXrefEntity Modifier and Type Interface Description interface
AbstractMembershipXrefRepository<T extends AbstractMembershipXrefEntity>
-
Uses of AbstractMembershipXrefEntity in org.openiam.idm.srvc.grp.domain
Subclasses of AbstractMembershipXrefEntity in org.openiam.idm.srvc.grp.domain Modifier and Type Class Description class
GroupToGroupMembershipXrefEntity
class
GroupToResourceMembershipXrefEntity
-
Uses of AbstractMembershipXrefEntity in org.openiam.idm.srvc.org.domain
Subclasses of AbstractMembershipXrefEntity in org.openiam.idm.srvc.org.domain Modifier and Type Class Description class
GroupToOrgMembershipXrefEntity
class
OrgToOrgMembershipXrefEntity
class
ResourceToOrgMembershipXrefEntity
class
RoleToOrgMembershipXrefEntity
-
Uses of AbstractMembershipXrefEntity in org.openiam.idm.srvc.res.domain
Subclasses of AbstractMembershipXrefEntity in org.openiam.idm.srvc.res.domain Modifier and Type Class Description class
ResourceToResourceMembershipXrefEntity
-
Uses of AbstractMembershipXrefEntity in org.openiam.idm.srvc.role.domain
Subclasses of AbstractMembershipXrefEntity in org.openiam.idm.srvc.role.domain Modifier and Type Class Description class
RoleToGroupMembershipXrefEntity
class
RoleToResourceMembershipXrefEntity
class
RoleToRoleMembershipXrefEntity
-
Uses of AbstractMembershipXrefEntity in org.openiam.idm.srvc.user.domain
Subclasses of AbstractMembershipXrefEntity in org.openiam.idm.srvc.user.domain Modifier and Type Class Description class
UserToGroupMembershipXrefEntity
class
UserToOrganizationMembershipXrefEntity
class
UserToResourceMembershipXrefEntity
class
UserToRoleMembershipXrefEntity
-
Uses of AbstractMembershipXrefEntity in org.openiam.util
Methods in org.openiam.util with type parameters of type AbstractMembershipXrefEntity Modifier and Type Method Description static <T extends AbstractMembershipXrefEntity>
Set<T>OwnerAdminUtils. removeOwnerAndAdmins(Set<T> xrefs, String ownerRightId, String adminRightId)
-