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