org.apache.axis2.security.handler
Interface WSSHandlerConstants.In

Enclosing interface:
WSSHandlerConstants

public static interface WSSHandlerConstants.In

The following two seot the constants are used to introduce new parameter names for the two handlers since wss4j expects the same param name irrespective of the param name. It should be noted that we should only introduce names that are in conflict. For example both handlers expects 'action' param and in the axis2.xml this should be given as InAction and OutAction to specify the 'action' to values for the two handlers. Whereas parameters such as 'encryptionKeyIdentifier' need not be mapped into new param names since they are specific to a handler


Field Summary
static java.lang.String ACTION
           
static java.lang.String PW_CALLBACK_CLASS
           
static java.lang.String SIG_KEY_ID
           
static java.lang.String SIG_PROP_FILE
           
 

Field Detail

ACTION

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

PW_CALLBACK_CLASS

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

SIG_PROP_FILE

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

SIG_KEY_ID

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