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)SynchronizationObjectProcessingAPIgetApi()Class<ResourceListResponse>getDataResponseClassName()List<String>getMatchRegex()protected Class<ResourcePair>getPairClass()protected ResourcenewObjectInstance(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:
byNamein classAbstractMatchObjectRule<ResourceListResponse,Resource,ResourcePair>- Throws:
OperationNotSupportedException
-
byAttribute
protected Predicate<Resource> byAttribute(String name, String value) throws OperationNotSupportedException
- Specified by:
byAttributein classAbstractMatchObjectRule<ResourceListResponse,Resource,ResourcePair>- Throws:
OperationNotSupportedException
-
byManagedSystemPrincipal
protected Predicate<Resource> byManagedSystemPrincipal(String searchFilter, String managedSystemId) throws OperationNotSupportedException
- Specified by:
byManagedSystemPrincipalin classAbstractMatchObjectRule<ResourceListResponse,Resource,ResourcePair>- Throws:
OperationNotSupportedException
-
byEmail
protected Predicate<Resource> byEmail(String searchFilter) throws OperationNotSupportedException
- Specified by:
byEmailin classAbstractMatchObjectRule<ResourceListResponse,Resource,ResourcePair>- Throws:
OperationNotSupportedException
-
byEmployeeId
protected Predicate<Resource> byEmployeeId(String searchFilter) throws OperationNotSupportedException
- Specified by:
byEmployeeIdin classAbstractMatchObjectRule<ResourceListResponse,Resource,ResourcePair>- Throws:
OperationNotSupportedException
-
newObjectInstance
protected Resource newObjectInstance(MatchConfig config)
- Specified by:
newObjectInstancein classAbstractMatchObjectRule<ResourceListResponse,Resource,ResourcePair>
-
getPairClass
protected Class<ResourcePair> getPairClass()
- Specified by:
getPairClassin classAbstractMatchObjectRule<ResourceListResponse,Resource,ResourcePair>
-
getApi
public SynchronizationObjectProcessingAPI getApi()
-
getDataResponseClassName
public Class<ResourceListResponse> getDataResponseClassName()
-
-