com.evolveum.midpoint.common
Class ResourceObjectPattern
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceObjectPattern
public ResourceObjectPattern()
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.