org.apache.axis2.security.handler
Interface WSSHandlerConstants


public interface WSSHandlerConstants


Nested Class Summary
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.
static interface WSSHandlerConstants.Out
           
 
Field Summary
static java.lang.String ENFORCE_ACTION_ORDER
           
static java.lang.String INFLOW_SECURITY
          A service that requires the security module to be activated in the inflow, can use this option by specifying (in services.xml): on And if a certain service does NOT require security module to be activated in the inflow the it should include (in services.xml): off
static java.lang.String OFF_OPTION
           
static java.lang.String ON_OPTION
           
static java.lang.String OUTFLOW_SECURITY
          A service that requires the security module to be activated in the outflow, can use this option by specifying (in services.xml): on And if a certain service does NOT require security module to be activated in the outflow the it should include (in services.xml): off
 

Field Detail

ENFORCE_ACTION_ORDER

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

INFLOW_SECURITY

public static final java.lang.String INFLOW_SECURITY
A service that requires the security module to be activated in the inflow, can use this option by specifying (in services.xml): on And if a certain service does NOT require security module to be activated in the inflow the it should include (in services.xml): off

See Also:
Constant Field Values

OUTFLOW_SECURITY

public static final java.lang.String OUTFLOW_SECURITY
A service that requires the security module to be activated in the outflow, can use this option by specifying (in services.xml): on And if a certain service does NOT require security module to be activated in the outflow the it should include (in services.xml): off

See Also:
Constant Field Values

ON_OPTION

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

OFF_OPTION

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