Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Package com.bea.common.security.xacml

Provides classes and exceptions for working with XACML.

See:
          Description

Class Summary
CollectionUtil Utilities for working with collections, particularly bags, which are defined as unordered lists
PolicyUtils Utilities for parsing policy schema documents into object hierarchy
SchemaObject Base class for XACML schema elements
Type This class defines the data types that are supported by XACML security providers that run in a BEA security realm.
 

Exception Summary
DocumentParseException Exception occuring during XACML document parsing
FunctionException This exception, designed for use by the com.bea.common.security.xacml.builder.Function, is thrown when errors occur while creating com.bea.common.security.xacml.builder.Expression with com.bea.common.security.xacml.builder.Function.
InvalidAttributeException Exception describing failure to parse attribute values
InvalidParameterException This exception is thrown when an invalid parameter is passed to the builder interfaces to create XACML policy/policyset/rule/obligation.
InvalidXACMLPolicyException This exception is thrown when an illegal XACML policy/policyset/rule/obligation is created with the builder interfaces.
IOException  
URISyntaxException Wrapper exception for java.net.URISyntaxException
XACMLException Basic XACML exception from which more specific exceptions are derived
 

Package com.bea.common.security.xacml Description

Provides classes and exceptions for working with XACML.


Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01