public class ResourceObjectPattern extends Object implements Serializable
| Constructor and Description |
|---|
ResourceObjectPattern(RefinedObjectClassDefinition rOcDef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(ObjectFilter filter) |
ObjectFilter |
getObjectFilter() |
static boolean |
matches(PrismObject<ShadowType> shadowToMatch,
Collection<ResourceObjectPattern> protectedAccountPatterns,
MatchingRuleRegistry matchingRuleRegistry,
RelationRegistry relationRegistry) |
boolean |
matches(PrismObject<ShadowType> shadowToMatch,
MatchingRuleRegistry matchingRuleRegistry,
RelationRegistry relationRegistry) |
public ResourceObjectPattern(RefinedObjectClassDefinition rOcDef)
public static boolean matches(PrismObject<ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry) throws SchemaException
SchemaExceptionpublic boolean matches(PrismObject<ShadowType> shadowToMatch, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry) throws SchemaException
SchemaExceptionpublic ObjectFilter getObjectFilter()
public void addFilter(ObjectFilter filter)
Copyright © 2021 Evolveum. All rights reserved.