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)
SynchronizationObjectProcessingAPI
getApi()
Class<GroupListResponse>
getDataResponseClassName()
List<String>
getMatchRegex()
protected Class<GroupPair>
getPairClass()
protected Group
newObjectInstance(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:
byName
in classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
- Throws:
OperationNotSupportedException
-
byAttribute
protected Predicate<Group> byAttribute(String name, String value) throws OperationNotSupportedException
- Specified by:
byAttribute
in classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
- Throws:
OperationNotSupportedException
-
byManagedSystemPrincipal
protected Predicate<Group> byManagedSystemPrincipal(String searchFilter, String managedSystemId) throws OperationNotSupportedException
- Specified by:
byManagedSystemPrincipal
in classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
- Throws:
OperationNotSupportedException
-
byEmail
protected Predicate<Group> byEmail(String searchFilter) throws OperationNotSupportedException
- Specified by:
byEmail
in classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
- Throws:
OperationNotSupportedException
-
byEmployeeId
protected Predicate<Group> byEmployeeId(String searchFilter) throws OperationNotSupportedException
- Specified by:
byEmployeeId
in classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
- Throws:
OperationNotSupportedException
-
newObjectInstance
protected Group newObjectInstance(MatchConfig config)
- Specified by:
newObjectInstance
in classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
-
getPairClass
protected Class<GroupPair> getPairClass()
- Specified by:
getPairClass
in classAbstractMatchObjectRule<GroupListResponse,Group,GroupPair>
-
getApi
public SynchronizationObjectProcessingAPI getApi()
-
getDataResponseClassName
public Class<GroupListResponse> getDataResponseClassName()
-
-