com.evolveum.midpoint.common
Class ResourceObjectPattern

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

public class ResourceObjectPattern
extends Object
implements Serializable

Author:
semancik
See Also:
Serialized Form

Constructor Summary
ResourceObjectPattern()
           
 
Method Summary
 void addIdentifier(ResourceAttribute<?> identifier)
           
 Collection<ResourceAttribute<?>> getIdentifiers()
           
 boolean matches(Collection<? extends ResourceAttribute<?>> attributesToMatch)
           
static boolean matches(Collection<? extends ResourceAttribute<?>> attributesToMatch, 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 Collection<ResourceAttribute<?>> getIdentifiers()

addIdentifier

public void addIdentifier(ResourceAttribute<?> identifier)

matches

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

matches

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


Copyright © 2013 evolveum. All Rights Reserved.