Package org.openiam.match
Class UserMatchObjectRule
- java.lang.Object
-
- org.openiam.match.AbstractMatchObjectRule<ProvisionUserListResponse,ProvisionUser,UserPair>
-
- org.openiam.match.UserMatchObjectRule
-
- All Implemented Interfaces:
MatchObjectRule<ProvisionUserListResponse,UserPair>
@Component("userMatchObjectRule") public class UserMatchObjectRule extends AbstractMatchObjectRule<ProvisionUserListResponse,ProvisionUser,UserPair>
- Author:
- zaporozhec
-
-
Field Summary
-
Fields inherited from class org.openiam.match.AbstractMatchObjectRule
propertyValueSweeper, rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description UserMatchObjectRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Predicate<ProvisionUser>
byAttribute(String name, String value)
protected Predicate<ProvisionUser>
byEmail(String searchFilter)
protected Predicate<ProvisionUser>
byEmployeeId(String searchFilter)
protected Predicate<ProvisionUser>
byManagedSystemPrincipal(String searchFilter, String managedSystemId)
protected Predicate<ProvisionUser>
byName(String searchFilter)
SynchronizationObjectProcessingAPI
getApi()
protected int
getBatchSearchSize()
Class<ProvisionUserListResponse>
getDataResponseClassName()
List<String>
getMatchRegex()
protected Class<? extends UserPair>
getPairClass()
protected ProvisionUser
newObjectInstance(MatchConfig config)
-
Methods inherited from class org.openiam.match.AbstractMatchObjectRule
doDBLookup, lookup, map
-
-
-
-
Method Detail
-
byName
protected Predicate<ProvisionUser> byName(String searchFilter) throws OperationNotSupportedException
- Specified by:
byName
in classAbstractMatchObjectRule<ProvisionUserListResponse,ProvisionUser,UserPair>
- Throws:
OperationNotSupportedException
-
byAttribute
protected Predicate<ProvisionUser> byAttribute(String name, String value) throws OperationNotSupportedException
- Specified by:
byAttribute
in classAbstractMatchObjectRule<ProvisionUserListResponse,ProvisionUser,UserPair>
- Throws:
OperationNotSupportedException
-
byManagedSystemPrincipal
protected Predicate<ProvisionUser> byManagedSystemPrincipal(String searchFilter, String managedSystemId) throws OperationNotSupportedException
- Specified by:
byManagedSystemPrincipal
in classAbstractMatchObjectRule<ProvisionUserListResponse,ProvisionUser,UserPair>
- Throws:
OperationNotSupportedException
-
byEmail
protected Predicate<ProvisionUser> byEmail(String searchFilter) throws OperationNotSupportedException
- Specified by:
byEmail
in classAbstractMatchObjectRule<ProvisionUserListResponse,ProvisionUser,UserPair>
- Throws:
OperationNotSupportedException
-
byEmployeeId
protected Predicate<ProvisionUser> byEmployeeId(String searchFilter) throws OperationNotSupportedException
- Specified by:
byEmployeeId
in classAbstractMatchObjectRule<ProvisionUserListResponse,ProvisionUser,UserPair>
- Throws:
OperationNotSupportedException
-
newObjectInstance
protected ProvisionUser newObjectInstance(MatchConfig config)
- Specified by:
newObjectInstance
in classAbstractMatchObjectRule<ProvisionUserListResponse,ProvisionUser,UserPair>
-
getPairClass
protected Class<? extends UserPair> getPairClass()
- Specified by:
getPairClass
in classAbstractMatchObjectRule<ProvisionUserListResponse,ProvisionUser,UserPair>
-
getApi
public SynchronizationObjectProcessingAPI getApi()
-
getDataResponseClassName
public Class<ProvisionUserListResponse> getDataResponseClassName()
-
getBatchSearchSize
protected int getBatchSearchSize()
- Overrides:
getBatchSearchSize
in classAbstractMatchObjectRule<ProvisionUserListResponse,ProvisionUser,UserPair>
-
-