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