Skip navigation links

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

E10653-06


oracle.jbo.common.policy
Class AppPolicyReader

java.lang.Object
  extended by oracle.jbo.common.policy.AppPolicyReader

Direct Known Subclasses:
ADFAppPolicyReader

public class AppPolicyReader
extends java.lang.Object

Constructor Summary
AppPolicyReader(java.lang.String policyFile, java.lang.String[] grantKeyAttrs, java.lang.String[] grantValAttrs, java.lang.String policyEntry, java.lang.String grantEntry)
           

 

Method Summary
 PolicyKeyValue getPolicyKeyValue()
           
 boolean isEmpty()
           
 PolicyKeyValue parse(Element rootElement)
           
 PolicyKeyValue parseElem(Element rootElement)
           
 PolicyKeyValue parseFromFile()
           
 PolicyKeyValue parseFromResource()
           

 

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

 

Constructor Detail

AppPolicyReader

public AppPolicyReader(java.lang.String policyFile,
                       java.lang.String[] grantKeyAttrs,
                       java.lang.String[] grantValAttrs,
                       java.lang.String policyEntry,
                       java.lang.String grantEntry)
                throws java.lang.Exception
Throws:
java.lang.Exception

Method Detail

getPolicyKeyValue

public PolicyKeyValue getPolicyKeyValue()

isEmpty

public boolean isEmpty()

parseFromResource

public PolicyKeyValue parseFromResource()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

parseFromFile

public PolicyKeyValue parseFromFile()
                             throws java.lang.Exception
Throws:
java.lang.Exception

parse

public PolicyKeyValue parse(Element rootElement)
                     throws java.lang.Exception
Throws:
java.lang.Exception

parseElem

public PolicyKeyValue parseElem(Element rootElement)
                         throws java.lang.Exception
Throws:
java.lang.Exception

Skip navigation links

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

E10653-06


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