Class ResourceObjectPattern
java.lang.Object
com.evolveum.midpoint.schema.processor.ResourceObjectPattern
- All Implemented Interfaces:
Serializable
- Author:
- semancik
- See Also:
-
Constructor Summary
ConstructorDescriptionResourceObjectPattern
(@NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ObjectFilter objectFilter) -
Method Summary
Modifier and TypeMethodDescription@NotNull ObjectFilter
@NotNull ResourceObjectDefinition
boolean
matches
(@NotNull ShadowType shadowToMatch) static boolean
matches
(@NotNull ShadowType shadowToMatch, @Nullable Collection<ResourceObjectPattern> protectedAccountPatterns)
-
Constructor Details
-
ResourceObjectPattern
public ResourceObjectPattern(@NotNull @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull @NotNull ObjectFilter objectFilter)
-
-
Method Details
-
matches
public static boolean matches(@NotNull @NotNull ShadowType shadowToMatch, @Nullable @Nullable Collection<ResourceObjectPattern> protectedAccountPatterns) throws SchemaException - Throws:
SchemaException
-
matches
- Throws:
SchemaException
-
getResourceObjectDefinition
-
getObjectFilter
-