org.apache.axis2.security.handler
Interface WSSHandlerConstants


public interface WSSHandlerConstants

Constants specific to the Axis2 security module


Field Summary
static String ACTION
           
static String ACTION_ITEMS
           
static String BST_DIRECT_REFERENCE
           
static String CURRENT_REPETITON
          The current repetition
static String DISABLE_DOOM
          Key to be used to set a flag in msg ctx to enable/disable using doom
static String EMBEDDED_KEYNAME
           
static String ENCRYPT_BODY
           
static String INFLOW_SECURITY
          Inflow security parameter
static String ISSUER_SERIAL
           
static 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 String OUTFLOW_SECURITY
          Outflow security parameter
static String PRESERVE_ORIGINAL_ENV
           
static String SENDER_REPEAT_COUNT
          Repetition count
static String SIGN_ALL_HEADERS
           
static String SIGN_BODY
           
static String SKI_KEY_IDENTIFIER
           
static String THUMBPRINT_IDENTIFIER
           
static String X509_KEY_IDENTIFIER
           
 

Field Detail

INFLOW_SECURITY

public static final String INFLOW_SECURITY
Inflow security parameter

See Also:
Constant Field Values

OUTFLOW_SECURITY

public static final String OUTFLOW_SECURITY
Outflow security parameter

See Also:
Constant Field Values

ACTION

public static final String ACTION
See Also:
Constant Field Values

ACTION_ITEMS

public static final String ACTION_ITEMS
See Also:
Constant Field Values

SENDER_REPEAT_COUNT

public static final String SENDER_REPEAT_COUNT
Repetition count

See Also:
Constant Field Values

CURRENT_REPETITON

public static final String CURRENT_REPETITON
The current repetition

See Also:
Constant Field Values

OPTIMIZE_PARTS

public static final 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 String PRESERVE_ORIGINAL_ENV
See Also:
Constant Field Values

BST_DIRECT_REFERENCE

public static final String BST_DIRECT_REFERENCE
See Also:
Constant Field Values

ISSUER_SERIAL

public static final String ISSUER_SERIAL
See Also:
Constant Field Values

X509_KEY_IDENTIFIER

public static final String X509_KEY_IDENTIFIER
See Also:
Constant Field Values

SKI_KEY_IDENTIFIER

public static final String SKI_KEY_IDENTIFIER
See Also:
Constant Field Values

EMBEDDED_KEYNAME

public static final String EMBEDDED_KEYNAME
See Also:
Constant Field Values

THUMBPRINT_IDENTIFIER

public static final String THUMBPRINT_IDENTIFIER
See Also:
Constant Field Values

SIGN_ALL_HEADERS

public static final String SIGN_ALL_HEADERS
See Also:
Constant Field Values

SIGN_BODY

public static final String SIGN_BODY
See Also:
Constant Field Values

ENCRYPT_BODY

public static final String ENCRYPT_BODY
See Also:
Constant Field Values

DISABLE_DOOM

public static final String DISABLE_DOOM
Key to be used to set a flag in msg ctx to enable/disable using doom

See Also:
Constant Field Values