Class CompileConstraintsOptions

java.lang.Object
com.evolveum.midpoint.security.enforcer.api.CompileConstraintsOptions

@Experimental public class CompileConstraintsOptions extends Object
  • Method Details

    • create

      public static CompileConstraintsOptions create()
    • skipSubObjectSelectors

      public static CompileConstraintsOptions skipSubObjectSelectors()
    • isSkipSubObjectSelectors

      public boolean isSkipSubObjectSelectors()
    • isFullInformationAvailable

      public boolean isFullInformationAvailable()
    • withSkipSubObjectSelectors

      public CompileConstraintsOptions withSkipSubObjectSelectors()
    • withFullInformationAvailable

      public CompileConstraintsOptions withFullInformationAvailable(boolean fullInformationAvailable)