Examples of OBSecurityException


Examples of org.openbravo.base.exception.OBSecurityException

      if (isDerivedReadable == null) {
        isDerivedReadable = obContext.getEntityAccessChecker().isDerivedReadable(getEntity());
      }

      if (isDerivedReadable && !p.allowDerivedRead()) {
        throw new OBSecurityException(
            "Entity "
                + getEntity()
                + " is not directly readable, only id and identifier properties are readable, property "
                + p + " is neither of these.");
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.