Interface PrismEntityOpConstraints.ForItemContent
- All Superinterfaces:
DebugDumpable
,PrismEntityOpConstraints
- Enclosing interface:
- PrismEntityOpConstraints
Compiled constraints related to an
Item
; they describe access to their values.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.security.enforcer.api.PrismEntityOpConstraints
PrismEntityOpConstraints.ForItemContent, PrismEntityOpConstraints.ForValueContent
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiongetValueConstraints
(@NotNull PrismValue value) Returns compiled constraints for given value of the current item.Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.security.enforcer.api.PrismEntityOpConstraints
getDecision
-
Method Details
-
getValueConstraints
@NotNull PrismEntityOpConstraints.ForValueContent getValueConstraints(@NotNull @NotNull PrismValue value) Returns compiled constraints for given value of the current item.
-