站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 .net API Documentation 英文版文档

SecurityConstants (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档


org.jboss.net.axis.security
Interface SecurityConstants


public interface SecurityConstants

Title:
Security Constants

Description:
Constants used by the WSSecurity handlers

Version:
$Revision: 1.1.6.1 $
Author:
Jason Essington

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

Field Detail

HANDLER_SEC_DOMAIN

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

See Also:
Constant Field Values

HANDLER_CRYPTO_CLASS

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

See Also:
Constant Field Values

SECURITY_HEADER_QNAME

public static final javax.xml.namespace.QName SECURITY_HEADER_QNAME

MC_REQ_SIGNERS

public static final 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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.