Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

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

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

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

Methods in com.bea.common.security.xacml that throw URISyntaxException
 URI Type.getDataType()
          Returns type URI
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, 2010, 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
11g Release 1 (10.3.4)

Part Number E13941-04