Uses of Class
com.evolveum.midpoint.security.enforcer.api.CompileConstraintsOptions
Packages that use CompileConstraintsOptions
-
Uses of CompileConstraintsOptions in com.evolveum.midpoint.security.enforcer.api
Methods in com.evolveum.midpoint.security.enforcer.api that return CompileConstraintsOptionsModifier and TypeMethodDescriptionstatic CompileConstraintsOptions
CompileConstraintsOptions.create()
static CompileConstraintsOptions
CompileConstraintsOptions.skipSubObjectSelectors()
CompileConstraintsOptions.withFullInformationAvailable
(boolean fullInformationAvailable) CompileConstraintsOptions.withSkipSubObjectSelectors()
Methods in com.evolveum.midpoint.security.enforcer.api with parameters of type CompileConstraintsOptionsModifier and TypeMethodDescriptionSecurityEnforcer.compileOperationConstraints
(@Nullable MidPointPrincipal principal, @NotNull PrismObjectValue<?> value, @Nullable AuthorizationPhaseType phase, @NotNull String[] actionUrls, @NotNull SecurityEnforcer.Options enforcerOptions, @NotNull CompileConstraintsOptions compileConstraintsOptions, @NotNull Task task, @NotNull OperationResult result) Compiles the security constraints related to given `actionUrls` and `phase` for a given principal against the `object`.