Package org.openiam.match
Class GroupMatchObjectRule
- java.lang.Object
-
- org.openiam.match.AbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
-
- org.openiam.match.GroupMatchObjectRule
-
- All Implemented Interfaces:
MatchObjectRule<GroupListResponse,GroupPair>
@Component("groupMatchObjectRule") public class GroupMatchObjectRule extends AbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
-
-
Field Summary
-
Fields inherited from class org.openiam.match.AbstractMatchObjectRule
propertyValueSweeper, rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description GroupMatchObjectRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Predicate<Group>byAttribute(String name, String value)protected Predicate<Group>byEmail(String searchFilter)protected Predicate<Group>byEmployeeId(String searchFilter)protected Predicate<Group>byManagedSystemPrincipal(String searchFilter, String managedSystemId)protected Predicate<Group>byName(String searchFilter)SynchronizationObjectProcessingAPIgetApi()Class<GroupListResponse>getDataResponseClassName()List<String>getMatchRegex()protected Class<GroupPair>getPairClass()protected GroupnewObjectInstance(MatchConfig config)-
Methods inherited from class org.openiam.match.AbstractMatchObjectRule
doDBLookup, getBatchSearchSize, lookup, map
-
-
-
-
Method Detail
-
byName
protected Predicate<Group> byName(String searchFilter) throws OperationNotSupportedException
- Specified by:
byNamein classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>- Throws:
OperationNotSupportedException
-
byAttribute
protected Predicate<Group> byAttribute(String name, String value) throws OperationNotSupportedException
- Specified by:
byAttributein classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>- Throws:
OperationNotSupportedException
-
byManagedSystemPrincipal
protected Predicate<Group> byManagedSystemPrincipal(String searchFilter, String managedSystemId) throws OperationNotSupportedException
- Specified by:
byManagedSystemPrincipalin classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>- Throws:
OperationNotSupportedException
-
byEmail
protected Predicate<Group> byEmail(String searchFilter) throws OperationNotSupportedException
- Specified by:
byEmailin classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>- Throws:
OperationNotSupportedException
-
byEmployeeId
protected Predicate<Group> byEmployeeId(String searchFilter) throws OperationNotSupportedException
- Specified by:
byEmployeeIdin classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>- Throws:
OperationNotSupportedException
-
newObjectInstance
protected Group newObjectInstance(MatchConfig config)
- Specified by:
newObjectInstancein classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
-
getPairClass
protected Class<GroupPair> getPairClass()
- Specified by:
getPairClassin classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
-
getApi
public SynchronizationObjectProcessingAPI getApi()
-
getDataResponseClassName
public Class<GroupListResponse> getDataResponseClassName()
-
-