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