com.sun.xml.ws.policy
Class PolicyConstants

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyConstants

public final class PolicyConstants
extends Object

Commonly used constants by the policy implementations


Field Summary
static String CLIENT_CONFIGURATION_IDENTIFIER
          Identifier of the client-side configuration file
static String SUN_MANAGEMENT_NAMESPACE
          XML namespace for management policy assertions
static String SUN_POLICY_NAMESPACE_PREFIX
          Sun proprietary policy namespace prefix
static String SUN_POLICY_NAMESPACE_URI
          Sun proprietary policy namespace URI
static QName VISIBILITY_ATTRIBUTE
          Fully qualified name of the SUN's proprietary policy assertion visibility attribute
static String VISIBILITY_VALUE_PRIVATE
          Recognized value of the SUN's proprietary policy assertion visibility attribute
static QName WSU_ID
          Fully qualified name of the Policy wsu:Id XML attribute
static String WSU_NAMESPACE_PREFIX
          Standard WS-Security Utility namespace prefix, used in Policy Id
static String WSU_NAMESPACE_URI
          Standard WS-Security Utility namespace URI, used in Policy Id
static QName XML_ID
          Fully qualified name of the xml:id policy attribute
static String XML_NAMESPACE_URI
          Standard XML namespace URI
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUN_POLICY_NAMESPACE_URI

public static final String SUN_POLICY_NAMESPACE_URI
Sun proprietary policy namespace URI

See Also:
Constant Field Values

SUN_POLICY_NAMESPACE_PREFIX

public static final String SUN_POLICY_NAMESPACE_PREFIX
Sun proprietary policy namespace prefix

See Also:
Constant Field Values

VISIBILITY_ATTRIBUTE

public static final QName VISIBILITY_ATTRIBUTE
Fully qualified name of the SUN's proprietary policy assertion visibility attribute


VISIBILITY_VALUE_PRIVATE

public static final String VISIBILITY_VALUE_PRIVATE
Recognized value of the SUN's proprietary policy assertion visibility attribute

See Also:
Constant Field Values

WSU_NAMESPACE_URI

public static final String WSU_NAMESPACE_URI
Standard WS-Security Utility namespace URI, used in Policy Id

See Also:
Constant Field Values

WSU_NAMESPACE_PREFIX

public static final String WSU_NAMESPACE_PREFIX
Standard WS-Security Utility namespace prefix, used in Policy Id

See Also:
Constant Field Values

WSU_ID

public static final QName WSU_ID
Fully qualified name of the Policy wsu:Id XML attribute


XML_NAMESPACE_URI

public static final String XML_NAMESPACE_URI
Standard XML namespace URI

See Also:
Constant Field Values

XML_ID

public static final QName XML_ID
Fully qualified name of the xml:id policy attribute


CLIENT_CONFIGURATION_IDENTIFIER

public static final String CLIENT_CONFIGURATION_IDENTIFIER
Identifier of the client-side configuration file

See Also:
Constant Field Values

SUN_MANAGEMENT_NAMESPACE

public static final String SUN_MANAGEMENT_NAMESPACE
XML namespace for management policy assertions

See Also:
Constant Field Values


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.