Package org.openiam.util
Class OwnerAdminUtils
- java.lang.Object
-
- org.openiam.util.OwnerAdminUtils
-
public class OwnerAdminUtils extends Object
iam-services Created by zaporozhec on 11/6/17.
-
-
Constructor Summary
Constructors Constructor Description OwnerAdminUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends AbstractMembershipXrefEntity>
Set<T>removeOwnerAndAdmins(Set<T> xrefs, String ownerRightId, String adminRightId)
-
-
-
Method Detail
-
removeOwnerAndAdmins
public static <T extends AbstractMembershipXrefEntity> Set<T> removeOwnerAndAdmins(Set<T> xrefs, String ownerRightId, String adminRightId)
-
-