com.ibm.wsspi.wssecurity
Interface Constants

All Known Implementing Classes:
WSSecurityMappingModule

public interface Constants

Generic Constants used by the WS-Security runtime.

Version:
5.02

Field Summary
static java.lang.String WSSECURITY_CRED
           This is the key used by pluggable token JAAS Login Module to look up the WSCredential created by the WSSecurityMappingModule JAAS Login Module in the shared state.
static java.lang.String WSSECURITY_DN
           This is the key used by pluggable token JAAS Login Module to put the DN in the shared state.
 

Field Detail

WSSECURITY_DN

public static final java.lang.String WSSECURITY_DN

This is the key used by pluggable token JAAS Login Module to put the DN in the shared state. The WSSecurityMappingModule JAAS Login Module looks up the DN by using the key.

See Also:
WSSecurityLoginModule

WSSECURITY_CRED

public static final java.lang.String WSSECURITY_CRED

This is the key used by pluggable token JAAS Login Module to look up the WSCredential created by the WSSecurityMappingModule JAAS Login Module in the shared state. The WSCredential only available after the login phase.

See Also:
WSCredential, WSSecurityLoginModule