| com.sun.jbi.internal.security.config.SecurityContext
All known Subclasses: com.sun.jbi.internal.security.config.BindingSecurityContext,
SecurityContext | public interface SecurityContext extends com.sun.jbi.binding.security.Context(Code) | | The SecurityContext interface provides access to the Security Information configured
for an endpoint at deployment time.
author: Sun Microsystems, Inc. |
getKeyStoreManagerName | String getKeyStoreManagerName()(Code) | | Get the name of the KeyStoreManager to use with this Security Configuration.
the name of the User Domain, if the this parameter is missing inthe deployment security configuration an empty string is returned "". |
getMessageProviderId | String getMessageProviderId()(Code) | | Get the Provider Id. The Provider Id identifies the Message Security Handler
for the Endpoint.
the Message Provider Id. |
getUserDomainName | String getUserDomainName()(Code) | | Get the name of the User Domain to use with this Security Configuration.
the name of the User Domain, if this parameter is missing inthe deployment security configuration an empty string is returned "". |
|
|