com.evolveum.midpoint.common
Class ResourceObjectPattern

java.lang.Object
  extended by com.evolveum.midpoint.common.ResourceObjectPattern
All Implemented Interfaces:
java.io.Serializable

public class ResourceObjectPattern
extends java.lang.Object
implements java.io.Serializable

Author:
semancik
See Also:
Serialized Form

Constructor Summary
ResourceObjectPattern()
           
 
Method Summary
 void addIdentifier(ResourceAttribute<?> identifier)
           
 java.util.Collection<ResourceAttribute<?>> getIdentifiers()
           
 boolean matches(java.util.Collection<? extends ResourceAttribute<?>> attributesToMatch)
           
static boolean matches(java.util.Collection<? extends ResourceAttribute<?>> attributesToMatch, java.util.Collection<ResourceObjectPattern> protectedAccountPatterns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceObjectPattern

public ResourceObjectPattern()
Method Detail

getIdentifiers

public java.util.Collection<ResourceAttribute<?>> getIdentifiers()

addIdentifier

public void addIdentifier(ResourceAttribute<?> identifier)

matches

public static boolean matches(java.util.Collection<? extends ResourceAttribute<?>> attributesToMatch,
                              java.util.Collection<ResourceObjectPattern> protectedAccountPatterns)

matches

public boolean matches(java.util.Collection<? extends ResourceAttribute<?>> attributesToMatch)


Copyright © 2012 evolveum. All Rights Reserved.