public class ResourceObjectPattern extends Object implements Serializable
Constructor and Description |
---|
ResourceObjectPattern(RefinedObjectClassDefinition rOcDef) |
Modifier and Type | Method and Description |
---|---|
void |
addFilter(ObjectFilter filter) |
void |
addIdentifier(ResourceAttribute<?> identifier) |
Collection<ResourceAttribute<?>> |
getIdentifiers() |
static boolean |
matches(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowToMatch,
Collection<ResourceObjectPattern> protectedAccountPatterns,
MatchingRuleRegistry matchingRuleRegistry) |
boolean |
matches(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowToMatch,
MatchingRuleRegistry matchingRuleRegistry) |
public ResourceObjectPattern(RefinedObjectClassDefinition rOcDef)
public Collection<ResourceAttribute<?>> getIdentifiers()
public void addIdentifier(ResourceAttribute<?> identifier)
public static boolean matches(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowToMatch, Collection<ResourceObjectPattern> protectedAccountPatterns, MatchingRuleRegistry matchingRuleRegistry) throws SchemaException
SchemaException
public boolean matches(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowToMatch, MatchingRuleRegistry matchingRuleRegistry) throws SchemaException
SchemaException
public void addFilter(ObjectFilter filter)
Copyright © 2016 evolveum. All rights reserved.