org.apache.rampart.handler
Class WSSHandlerConstants

java.lang.Object
  extended by org.apache.rampart.handler.WSSHandlerConstants

public class WSSHandlerConstants
extends java.lang.Object

Constants specific to the Axis2 security module


Field Summary
static java.lang.String ACTION
           
static java.lang.String ACTION_ITEMS
           
static java.lang.String BST_DIRECT_REFERENCE
           
static java.lang.String CONTEXT_MAP_KEY
          Key to hold the map of security context identifiers against the service epr addresses (service scope) or wsa:Action values (operation scope).
static java.lang.String CRYPTO_CLASS_KEY
          The class that implements org.apache.ws.security.components.crypto.Crypto.
static java.lang.String CRYPTO_PROPERTIES_KEY
          The java.util.Properties object holding the properties of a org.apache.ws.security.components.crypto.Crypto impl.
static java.lang.String CURRENT_REPETITON
          The current repetition
static java.lang.String EMBEDDED_KEYNAME
           
static java.lang.String ENCRYPT_BODY
           
static java.lang.String INFLOW_SECURITY
          Inflow security parameter
static java.lang.String INFLOW_SECURITY_CLIENT
           
static java.lang.String INFLOW_SECURITY_SERVER
           
static java.lang.String ISSUER_SERIAL
           
static java.lang.String OPTIMIZE_PARTS
          This is used to indicate the XPath expression used to indicate the Elements whose first child (must be a text node) is to be optimized
static java.lang.String OUTFLOW_SECURITY
          Outflow security parameter
static java.lang.String OUTFLOW_SECURITY_CLIENT
           
static java.lang.String OUTFLOW_SECURITY_SERVER
           
static java.lang.String PRESERVE_ORIGINAL_ENV
           
static java.lang.String REQUEST_SECURITY_TOKEN_RESPONSE_LN
           
static java.lang.String RST_ACTON_SCT
           
static java.lang.String RSTR_ACTON_ISSUE
           
static java.lang.String RSTR_ACTON_SCT
           
static java.lang.String SECURITY_MODULE_NAME
          Name of the .mar file
static java.lang.String SENDER_REPEAT_COUNT
          Repetition count
static java.lang.String SIGN_ALL_HEADERS
           
static java.lang.String SIGN_BODY
           
static java.lang.String SKI_KEY_IDENTIFIER
           
static java.lang.String STS_INFLOW_SECURITY
          Inflow security parameter of a client to talk to an STS when sec conv is used
static java.lang.String STS_OUTFLOW_SECURITY
          Outflow security parameter of a client to talk to an STS when sec conv is used
static java.lang.String THUMBPRINT_IDENTIFIER
           
static java.lang.String TOK_TYPE_SCT
           
static java.lang.String USE_DOOM
          Key to be used to set a flag in msg ctx to enable/disable using doom
static java.lang.String WST_NS
           
static java.lang.String X509_KEY_IDENTIFIER
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECURITY_MODULE_NAME

public static final java.lang.String SECURITY_MODULE_NAME
Name of the .mar file

See Also:
Constant Field Values

INFLOW_SECURITY

public static final java.lang.String INFLOW_SECURITY
Inflow security parameter

See Also:
Constant Field Values

INFLOW_SECURITY_SERVER

public static final java.lang.String INFLOW_SECURITY_SERVER
See Also:
Constant Field Values

INFLOW_SECURITY_CLIENT

public static final java.lang.String INFLOW_SECURITY_CLIENT
See Also:
Constant Field Values

OUTFLOW_SECURITY

public static final java.lang.String OUTFLOW_SECURITY
Outflow security parameter

See Also:
Constant Field Values

OUTFLOW_SECURITY_SERVER

public static final java.lang.String OUTFLOW_SECURITY_SERVER
See Also:
Constant Field Values

OUTFLOW_SECURITY_CLIENT

public static final java.lang.String OUTFLOW_SECURITY_CLIENT
See Also:
Constant Field Values

STS_INFLOW_SECURITY

public static final java.lang.String STS_INFLOW_SECURITY
Inflow security parameter of a client to talk to an STS when sec conv is used

See Also:
Constant Field Values

STS_OUTFLOW_SECURITY

public static final java.lang.String STS_OUTFLOW_SECURITY
Outflow security parameter of a client to talk to an STS when sec conv is used

See Also:
Constant Field Values

ACTION

public static final java.lang.String ACTION
See Also:
Constant Field Values

ACTION_ITEMS

public static final java.lang.String ACTION_ITEMS
See Also:
Constant Field Values

SENDER_REPEAT_COUNT

public static final java.lang.String SENDER_REPEAT_COUNT
Repetition count

See Also:
Constant Field Values

CURRENT_REPETITON

public static final java.lang.String CURRENT_REPETITON
The current repetition

See Also:
Constant Field Values

OPTIMIZE_PARTS

public static final java.lang.String OPTIMIZE_PARTS
This is used to indicate the XPath expression used to indicate the Elements whose first child (must be a text node) is to be optimized

See Also:
Constant Field Values

PRESERVE_ORIGINAL_ENV

public static final java.lang.String PRESERVE_ORIGINAL_ENV
See Also:
Constant Field Values

BST_DIRECT_REFERENCE

public static final java.lang.String BST_DIRECT_REFERENCE
See Also:
Constant Field Values

ISSUER_SERIAL

public static final java.lang.String ISSUER_SERIAL
See Also:
Constant Field Values

X509_KEY_IDENTIFIER

public static final java.lang.String X509_KEY_IDENTIFIER
See Also:
Constant Field Values

SKI_KEY_IDENTIFIER

public static final java.lang.String SKI_KEY_IDENTIFIER
See Also:
Constant Field Values

EMBEDDED_KEYNAME

public static final java.lang.String EMBEDDED_KEYNAME
See Also:
Constant Field Values

THUMBPRINT_IDENTIFIER

public static final java.lang.String THUMBPRINT_IDENTIFIER
See Also:
Constant Field Values

SIGN_ALL_HEADERS

public static final java.lang.String SIGN_ALL_HEADERS
See Also:
Constant Field Values

SIGN_BODY

public static final java.lang.String SIGN_BODY
See Also:
Constant Field Values

ENCRYPT_BODY

public static final java.lang.String ENCRYPT_BODY
See Also:
Constant Field Values

USE_DOOM

public static final java.lang.String USE_DOOM
Key to be used to set a flag in msg ctx to enable/disable using doom

See Also:
Constant Field Values

CONTEXT_MAP_KEY

public static final java.lang.String CONTEXT_MAP_KEY
Key to hold the map of security context identifiers against the service epr addresses (service scope) or wsa:Action values (operation scope).

See Also:
Constant Field Values

CRYPTO_PROPERTIES_KEY

public static final java.lang.String CRYPTO_PROPERTIES_KEY
The java.util.Properties object holding the properties of a org.apache.ws.security.components.crypto.Crypto impl. This should ONLY be used when the CRYPTO_CLASS_KEY is specified.

See Also:
Crypto, Constant Field Values

CRYPTO_CLASS_KEY

public static final java.lang.String CRYPTO_CLASS_KEY
The class that implements org.apache.ws.security.components.crypto.Crypto.

See Also:
Constant Field Values

RST_ACTON_SCT

public static final java.lang.String RST_ACTON_SCT
See Also:
Constant Field Values

RSTR_ACTON_SCT

public static final java.lang.String RSTR_ACTON_SCT
See Also:
Constant Field Values

RSTR_ACTON_ISSUE

public static final java.lang.String RSTR_ACTON_ISSUE
See Also:
Constant Field Values

TOK_TYPE_SCT

public static final java.lang.String TOK_TYPE_SCT
See Also:
Constant Field Values

WST_NS

public static final java.lang.String WST_NS
See Also:
Constant Field Values

REQUEST_SECURITY_TOKEN_RESPONSE_LN

public static final java.lang.String REQUEST_SECURITY_TOKEN_RESPONSE_LN
See Also:
Constant Field Values