IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.wssecurity.core.token.config
Interface WSSConstants.Namespace

Enclosing interface:
WSSConstants

public static interface WSSConstants.Namespace

Constants defining many of the common SOAP and Web Services namespaces.


Field Summary
static java.lang.String DS
          The XML Digital Signature namespace
static java.lang.String SOAP11
          The SOAP 1.1 namespace
static java.lang.String SOAP12
          The SOAP 1.2 namespace
static java.lang.String WSA2004
          The WS-Addressing 2004 submission namespace
static java.lang.String WSA2005
          The WS-Addressing 2005 final namespace
static java.lang.String WSP
          The WS-Policy namespace
static java.lang.String WSSE
          The WS-Security 1.0 extensions namespace
static java.lang.String WSSE11
          The WS-Security 1.1 extensions namespace
static java.lang.String WST12
          The WS-Trust 1.2 namespace
static java.lang.String WST13
          The WS-Trust 1.3 namespace
static java.lang.String WSU
          The WS-Security utility namespace
static java.lang.String XENC
          The XML Encryption namespace
static java.lang.String XS
          The XMLSchema namespace
 

Field Detail

DS

static final java.lang.String DS
The XML Digital Signature namespace

See Also:
Constant Field Values

SOAP11

static final java.lang.String SOAP11
The SOAP 1.1 namespace

See Also:
Constant Field Values

SOAP12

static final java.lang.String SOAP12
The SOAP 1.2 namespace

See Also:
Constant Field Values

WSA2004

static final java.lang.String WSA2004
The WS-Addressing 2004 submission namespace

See Also:
Constant Field Values

WSA2005

static final java.lang.String WSA2005
The WS-Addressing 2005 final namespace

See Also:
Constant Field Values

WSP

static final java.lang.String WSP
The WS-Policy namespace

See Also:
Constant Field Values

WSSE

static final java.lang.String WSSE
The WS-Security 1.0 extensions namespace

See Also:
Constant Field Values

WSSE11

static final java.lang.String WSSE11
The WS-Security 1.1 extensions namespace

See Also:
Constant Field Values

WST12

static final java.lang.String WST12
The WS-Trust 1.2 namespace

See Also:
Constant Field Values

WST13

static final java.lang.String WST13
The WS-Trust 1.3 namespace

See Also:
Constant Field Values

WSU

static final java.lang.String WSU
The WS-Security utility namespace

See Also:
Constant Field Values

XENC

static final java.lang.String XENC
The XML Encryption namespace

See Also:
Constant Field Values

XS

static final java.lang.String XS
The XMLSchema namespace

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8