Class ResourceObjectPattern
- java.lang.Object
-
- com.evolveum.midpoint.schema.processor.ResourceObjectPattern
-
- All Implemented Interfaces:
Serializable
public class ResourceObjectPattern extends Object implements Serializable
- Author:
- semancik
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceObjectPattern(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ObjectFilter objectFilter)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ObjectFilter
getObjectFilter()
@NotNull ResourceObjectDefinition
getResourceObjectDefinition()
boolean
matches(@NotNull ShadowType shadowToMatch)
static boolean
matches(@NotNull ShadowType shadowToMatch, @Nullable Collection<ResourceObjectPattern> protectedAccountPatterns)
-
-
-
Constructor Detail
-
ResourceObjectPattern
public ResourceObjectPattern(@NotNull @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull @NotNull ObjectFilter objectFilter)
-
-
Method Detail
-
matches
public static boolean matches(@NotNull @NotNull ShadowType shadowToMatch, @Nullable @Nullable Collection<ResourceObjectPattern> protectedAccountPatterns) throws SchemaException
- Throws:
SchemaException
-
matches
public boolean matches(@NotNull @NotNull ShadowType shadowToMatch) throws SchemaException
- Throws:
SchemaException
-
getResourceObjectDefinition
@NotNull public @NotNull ResourceObjectDefinition getResourceObjectDefinition()
-
getObjectFilter
@NotNull public @NotNull ObjectFilter getObjectFilter()
-
-