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