org.eclipse.higgins.sts.server
Class Constants

java.lang.Object
  extended by org.eclipse.higgins.sts.server.Constants

public class Constants
extends java.lang.Object

Defines a set of constants for namespaces and other URI values.

Author:
mikemci@us.ibm.com

Field Summary
static java.lang.String NS_WSAddressing
          Namespace URI for Web Services Addressing 1.0 - Core W3C Recommendation 9 May 2006
static java.lang.String NS_WSSecurity
          Core Namespace URI for Web Services Security: SOAP Message Security 1.0 (WS-Security 2004) OASIS Standard 200401, March 2004
static java.lang.String NS_WSSecurityPolicy
          Namespace URI for Web Services Security Policy Language (WS-SecurityPolicy) July 2005 Version 1.1
static java.lang.String NS_WSSecurityUtility
          Utility Namespace URI for Web Services Security: SOAP Message Security 1.0 (WS-Security 2004) OASIS Standard 200401, March 2004
static java.lang.String NS_WSTrust
          Namespace URI for Web Services Trust Language (WS-Trust) February 2005
static java.lang.String NS_XMLEncryption
          Namespace URI for XML Encryption Syntax and Processing W3C Recommendation 10 December 2002
static java.lang.String NS_XMLSignature
          Namespace URI for XML-Signature Syntax and Processing W3C Recommendation 12 February 2002
static java.lang.String REQUEST_TYPE_ISSUE
          Request Type URI for Issue (Request
static java.lang.String TOKEN_ISSUER_SELF
          Token Issuer URI for Self Issued Tokens
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_WSAddressing

public static final java.lang.String NS_WSAddressing
Namespace URI for Web Services Addressing 1.0 - Core W3C Recommendation 9 May 2006

See Also:
Constant Field Values

NS_WSSecurity

public static final java.lang.String NS_WSSecurity
Core Namespace URI for Web Services Security: SOAP Message Security 1.0 (WS-Security 2004) OASIS Standard 200401, March 2004

See Also:
Constant Field Values

NS_WSSecurityUtility

public static final java.lang.String NS_WSSecurityUtility
Utility Namespace URI for Web Services Security: SOAP Message Security 1.0 (WS-Security 2004) OASIS Standard 200401, March 2004

See Also:
Constant Field Values

NS_WSTrust

public static final java.lang.String NS_WSTrust
Namespace URI for Web Services Trust Language (WS-Trust) February 2005

See Also:
Constant Field Values

NS_WSSecurityPolicy

public static final java.lang.String NS_WSSecurityPolicy
Namespace URI for Web Services Security Policy Language (WS-SecurityPolicy) July 2005 Version 1.1

See Also:
Constant Field Values

NS_XMLSignature

public static final java.lang.String NS_XMLSignature
Namespace URI for XML-Signature Syntax and Processing W3C Recommendation 12 February 2002

See Also:
Constant Field Values

NS_XMLEncryption

public static final java.lang.String NS_XMLEncryption
Namespace URI for XML Encryption Syntax and Processing W3C Recommendation 10 December 2002

See Also:
Constant Field Values

TOKEN_ISSUER_SELF

public static final java.lang.String TOKEN_ISSUER_SELF
Token Issuer URI for Self Issued Tokens

See Also:
Constant Field Values

REQUEST_TYPE_ISSUE

public static final java.lang.String REQUEST_TYPE_ISSUE
Request Type URI for Issue (Request

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()