Modifier and Type | Method and Description |
---|---|
static boolean |
ResourceObjectPattern.matches(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowToMatch,
Collection<ResourceObjectPattern> protectedAccountPatterns,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
ResourceObjectPattern.matches(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowToMatch,
MatchingRuleRegistry matchingRuleRegistry) |
Constructor and Description |
---|
ShadowIntegrityCheckResultHandler(Task coordinatorTask,
String taskOperationPrefix,
String processShortName,
String contextDesc,
TaskManager taskManager,
PrismContext prismContext,
ProvisioningService provisioningService,
MatchingRuleRegistry matchingRuleRegistry,
RepositoryService repositoryService,
SynchronizationService synchronizationService,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static <T> ValueMatcher<T> |
ValueMatcher.createMatcher(RefinedAttributeDefinition rAttrDef,
MatchingRuleRegistry matchingRuleRegistry) |
Modifier and Type | Method and Description |
---|---|
static MatchingRuleRegistry |
MatchingRuleRegistryFactory.createRegistry() |
Modifier and Type | Method and Description |
---|---|
MatchingRule |
ValueFilter.getMatchingRuleFromRegistry(MatchingRuleRegistry matchingRuleRegistry,
Item filterItem) |
static boolean |
ObjectQuery.match(Containerable object,
ObjectFilter filter,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
EqualFilter.match(PrismContainerValue cvalue,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
TypeFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
AndFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
UndefinedFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
NoneFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
OrFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
LessFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
OrgFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
abstract boolean |
ObjectFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
InOidFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
SubstringFilter.match(PrismContainerValue containerValue,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
RefFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
AllFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
GreaterFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
NotFilter.match(PrismContainerValue value,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
PropertyValueFilter.match(PrismContainerValue cvalue,
MatchingRuleRegistry matchingRuleRegistry) |
static <T extends Objectable> |
ObjectQuery.match(PrismObject<T> object,
ObjectFilter filter,
MatchingRuleRegistry matchingRuleRegistry) |
Modifier and Type | Method and Description |
---|---|
static <T> PropertyDelta<T> |
ProvisioningUtil.narrowPropertyDelta(PropertyDelta<T> propertyDelta,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> currentShadow,
QName overridingMatchingRuleQName,
MatchingRuleRegistry matchingRuleRegistry) |
Modifier and Type | Method and Description |
---|---|
MatchingRuleRegistry |
SqlBaseService.getMatchingRuleRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
SqlBaseService.setMatchingRuleRegistry(MatchingRuleRegistry matchingRuleRegistry) |
Copyright © 2015 evolveum. All rights reserved.