org.jboss.net.axis.security
Interface SecurityConstants


public interface SecurityConstants

Title:
Security Constants

Description:
Constants used by the WSSecurity handlers


Field Summary
static java.lang.String HANDLER_CRYPTO_CLASS
          Configuration prameter for the WSSRequestHandler (src) and WSSResponseHandler (src) used to define the JBossCrypto (src) implementation that should be used by the handlers.
static java.lang.String HANDLER_SEC_DOMAIN
          Configuration prameter for the WSSRequestHandler (src) and WSSResponseHandler (src) used to define the jndi name of the SecurityDomain (src) that will be serving the handlers.
static java.lang.String MC_REQ_SIGNERS
          Map of Keystore aliases that were used to sign the incoming request.
static QName (src) SECURITY_HEADER_QNAME
           
 

Field Detail

HANDLER_SEC_DOMAIN

public static final java.lang.String HANDLER_SEC_DOMAIN
Configuration prameter for the WSSRequestHandler (src) and WSSResponseHandler (src) used to define the jndi name of the SecurityDomain (src) that will be serving the handlers.

See Also:
Constant Field Values (src)

HANDLER_CRYPTO_CLASS

public static final java.lang.String HANDLER_CRYPTO_CLASS
Configuration prameter for the WSSRequestHandler (src) and WSSResponseHandler (src) used to define the JBossCrypto (src) implementation that should be used by the handlers.

See Also:
Constant Field Values (src)

SECURITY_HEADER_QNAME

public static final QName (src)  SECURITY_HEADER_QNAME

MC_REQ_SIGNERS

public static final java.lang.String MC_REQ_SIGNERS
Map of Keystore aliases that were used to sign the incoming request. The map key is the actor/role and the value is the Keystore alias of the certificate used to sign.

See Also:
Constant Field Values (src)