Package com.evolveum.midpoint.common
Class ResourceObjectPattern
- java.lang.Object
-
- com.evolveum.midpoint.common.ResourceObjectPattern
-
- All Implemented Interfaces:
Serializable
public class ResourceObjectPattern extends Object implements Serializable
- Author:
- semancik
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceObjectPattern(RefinedObjectClassDefinition rOcDef)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFilter(ObjectFilter filter)
ObjectFilter
getObjectFilter()
boolean
matches(PrismObject<ShadowType> shadowToMatch, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry)
static boolean
matches(PrismObject<ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry)
-
-
-
Constructor Detail
-
ResourceObjectPattern
public ResourceObjectPattern(RefinedObjectClassDefinition rOcDef)
-
-
Method Detail
-
matches
public static boolean matches(PrismObject<ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry) throws SchemaException
- Throws:
SchemaException
-
matches
public boolean matches(PrismObject<ShadowType> shadowToMatch, MatchingRuleRegistry matchingRuleRegistry, RelationRegistry relationRegistry) throws SchemaException
- Throws:
SchemaException
-
getObjectFilter
public ObjectFilter getObjectFilter()
-
addFilter
public void addFilter(ObjectFilter filter)
-
-