Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Class
com.bea.common.security.xacml.DocumentParseException

Packages that use DocumentParseException
com.bea.common.security.xacml   
 

Uses of DocumentParseException in com.bea.common.security.xacml
 

Subclasses of DocumentParseException in com.bea.common.security.xacml
 class InvalidAttributeException
          Exception describing failure to parse attribute values
 

Methods in com.bea.common.security.xacml that throw DocumentParseException
static void PolicyUtils.checkXACMLSchema(String policyString)
           
static com.bea.common.security.xacml.policy.AbstractPolicy PolicyUtils.read(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, InputStream data, DocumentBuilderFactory dbFactory)
           
static com.bea.common.security.xacml.policy.AbstractPolicy PolicyUtils.read(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, InputStream data, DocumentBuilderFactory dbFactory, boolean checkSchema)
           
static com.bea.common.security.xacml.policy.AbstractPolicy PolicyUtils.read(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, String data, DocumentBuilderFactory dbFactory)
           
static com.bea.common.security.xacml.policy.AbstractPolicy PolicyUtils.read(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, String data, DocumentBuilderFactory dbFactory, boolean checkSchema)
           
static com.bea.common.security.xacml.policy.Policy PolicyUtils.readPolicy(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, InputStream policy, DocumentBuilderFactory dbFactory)
           
static com.bea.common.security.xacml.policy.Policy PolicyUtils.readPolicy(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, InputStream policy, DocumentBuilderFactory dbFactory, boolean checkSchema)
           
static com.bea.common.security.xacml.policy.Policy PolicyUtils.readPolicy(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, String policy, DocumentBuilderFactory dbFactory)
           
static com.bea.common.security.xacml.policy.Policy PolicyUtils.readPolicy(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, String policy, DocumentBuilderFactory dbFactory, boolean checkSchema)
           
static com.bea.common.security.xacml.policy.PolicySet PolicyUtils.readPolicySet(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, InputStream policySet, DocumentBuilderFactory dbFactory)
           
static com.bea.common.security.xacml.policy.PolicySet PolicyUtils.readPolicySet(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, InputStream policySet, DocumentBuilderFactory dbFactory, boolean checkSchema)
           
static com.bea.common.security.xacml.policy.PolicySet PolicyUtils.readPolicySet(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, String policySet, DocumentBuilderFactory dbFactory)
           
static com.bea.common.security.xacml.policy.PolicySet PolicyUtils.readPolicySet(com.bea.common.security.xacml.attr.AttributeRegistry attrReg, String policySet, DocumentBuilderFactory dbFactory, boolean checkSchema)
           
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02