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 classAbstractMembershipXrefDozerConverter<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 interfaceAbstractMembershipXrefRepository<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 classGroupToGroupMembershipXrefEntityclassGroupToResourceMembershipXrefEntity -
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 classGroupToOrgMembershipXrefEntityclassOrgToOrgMembershipXrefEntityclassResourceToOrgMembershipXrefEntityclassRoleToOrgMembershipXrefEntity -
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 classResourceToResourceMembershipXrefEntity -
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 classRoleToGroupMembershipXrefEntityclassRoleToResourceMembershipXrefEntityclassRoleToRoleMembershipXrefEntity -
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 classUserToGroupMembershipXrefEntityclassUserToOrganizationMembershipXrefEntityclassUserToResourceMembershipXrefEntityclassUserToRoleMembershipXrefEntity -
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)
-