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

Part Number E27170-02

com.bea.common.security.xacml.policy
Class PolicySchemaObject

java.lang.Object
  extended by com.bea.common.security.xacml.SchemaObject
      extended by com.bea.common.security.xacml.policy.PolicySchemaObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractPolicy

public abstract class PolicySchemaObject
extends SchemaObject

Base schema object class for policy schema

See Also:
Serialized Form

Field Summary
static String NAMESPACE
           
static String NAMESPACE_PREFIX
           
 
Constructor Summary
PolicySchemaObject()
           
 
Method Summary
 String getDesiredNamespacePrefix()
           
 String getNamespace()
           
 
Methods inherited from class com.bea.common.security.xacml.SchemaObject
encode, encode, encodeAttributes, encodeBody, encodeChildren, escapeXML, getElementName, getLocalName, getPrintStream, hasBody, hasChildren, hashCode, internalHashCode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

NAMESPACE_PREFIX

public static final String NAMESPACE_PREFIX
See Also:
Constant Field Values
Constructor Detail

PolicySchemaObject

public PolicySchemaObject()
Method Detail

getNamespace

public String getNamespace()
Specified by:
getNamespace in class SchemaObject

getDesiredNamespacePrefix

public String getDesiredNamespacePrefix()
Specified by:
getDesiredNamespacePrefix in class SchemaObject

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-02