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

E10653-08

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 java.lang.Object checkAndInvokeMethod(ExprTrustSupplier trust, boolean safe, java.lang.Object object, java.lang.Object methodObj, java.lang.Object args)
          Deprecated.  
static java.lang.Object 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 java.lang.Object checkProperty(ExprTrustSupplier trust, java.lang.Object obj, java.lang.String property)
          Deprecated.  
static java.lang.Object checkProperty(ExprTrustSupplier trust, java.lang.Object 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 java.lang.Object 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 java.lang.Object 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 java.lang.Object checkProperty(ExprTrustSupplier trust,
                                             java.lang.Object obj,
                                             java.lang.String property)
Deprecated. 

*** For internal framework use only ***

For internal use only. Application developers should not use this

checkProperty

public static java.lang.Object checkProperty(ExprTrustSupplier trust,
                                             java.lang.Object 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

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

E10653-08

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