Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo.script
Class InternalSecurityPolicyEnforcer

java.lang.Object
  extended by oracle.jbo.script.InternalSecurityPolicyEnforcer


Deprecated.

public class InternalSecurityPolicyEnforcer
extends java.lang.Object

For internal framework use only.

For internal use only. Application developers should not use this

Constructor Summary
InternalSecurityPolicyEnforcer()
          Deprecated.  

 

Method Summary
static
<T> T
checkAndInvokeMethod(ExprTrustSupplier trust, boolean safe, java.lang.Object object, java.lang.Object methodObj, java.lang.Object args)
          Deprecated.  
static
<T> T
checkAndInvokeMethod(ExprTrustSupplier trust, java.lang.Object object, java.lang.Object methodObj, java.lang.Object args)
          Deprecated.  
static void checkConstructor(ExprTrustSupplier trust, java.lang.Class clazz)
          Deprecated.  
static void checkMethod(ExprTrustSupplier trust, java.lang.Class clazz, java.lang.String method)
          Deprecated.  
static
<T> T
checkProperty(ExprTrustSupplier trust, T obj, java.lang.String property)
          Deprecated.  
static
<T> T
checkProperty(ExprTrustSupplier trust, T obj, java.lang.String property, java.lang.Boolean readOnly)
          Deprecated.  
static void checkScriptMethod(ExprTrustSupplier trust, java.lang.Object object, java.lang.String methodName)
          Deprecated.  

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

InternalSecurityPolicyEnforcer

public InternalSecurityPolicyEnforcer()
Deprecated. 

Method Detail

checkAndInvokeMethod

public static <T> T checkAndInvokeMethod(ExprTrustSupplier trust,
                                         java.lang.Object object,
                                         java.lang.Object methodObj,
                                         java.lang.Object args)
Deprecated. 
*** For internal framework use only ***
For internal use only. Application developers should not use this

checkAndInvokeMethod

public static <T> T checkAndInvokeMethod(ExprTrustSupplier trust,
                                         boolean safe,
                                         java.lang.Object object,
                                         java.lang.Object methodObj,
                                         java.lang.Object args)
Deprecated. 
*** For internal framework use only ***
For internal use only. Application developers should not use this

checkProperty

public static <T> T checkProperty(ExprTrustSupplier trust,
                                  T obj,
                                  java.lang.String property)
Deprecated. 
*** For internal framework use only ***
For internal use only. Application developers should not use this

checkProperty

public static <T> T checkProperty(ExprTrustSupplier trust,
                                  T obj,
                                  java.lang.String property,
                                  java.lang.Boolean readOnly)
Deprecated. 
*** For internal framework use only ***
For internal use only. Application developers should not use this

checkMethod

public static void checkMethod(ExprTrustSupplier trust,
                               java.lang.Class clazz,
                               java.lang.String method)
Deprecated. 
*** For internal framework use only ***
For internal use only. Application developers should not use this

checkConstructor

public static void checkConstructor(ExprTrustSupplier trust,
                                    java.lang.Class clazz)
Deprecated. 
*** For internal framework use only ***
For internal use only. Application developers should not use this

checkScriptMethod

public static void checkScriptMethod(ExprTrustSupplier trust,
                                     java.lang.Object object,
                                     java.lang.String methodName)
Deprecated. 
*** For internal framework use only ***
For internal use only. Application developers should not use this

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.