org.apache.axis2.security.rahas
Interface RahasHandlerConstants


public interface RahasHandlerConstants

Constants of the Rahas handlers


Field Summary
static String CONTEXT_MAP_KEY
          Key to hod the map of security context identifiers against the service epr addresses (service scope) or wsa:Action values (operation scope).
static String CRYPTO_CLASS_KEY
          The class that implements org.apache.ws.security.components.crypto.Crypto.
static String CRYPTO_PROPERTIES_KEY
          The java.util.Properties object holding the properties of a org.apache.ws.security.components.crypto.Crypto impl.
 

Field Detail

CONTEXT_MAP_KEY

public static final String CONTEXT_MAP_KEY
Key to hod the map of security context identifiers against the service epr addresses (service scope) or wsa:Action values (operation scope).

See Also:
Constant Field Values

CRYPTO_PROPERTIES_KEY

public static final String CRYPTO_PROPERTIES_KEY
The java.util.Properties object holding the properties of a org.apache.ws.security.components.crypto.Crypto impl. This should ONLY be used when the CRYPTO_CLASS_KEY is specified.

See Also:
Crypto, Constant Field Values

CRYPTO_CLASS_KEY

public static final String CRYPTO_CLASS_KEY
The class that implements org.apache.ws.security.components.crypto.Crypto.

See Also:
Constant Field Values