electric.soap.security
Class WSSContext

java.lang.Object
  extended byelectric.soap.security.WSSContext
All Implemented Interfaces:
IEXMLLoggingConstants, IGLUELoggingConstants, ILoggingConstants

public class WSSContext
extends java.lang.Object
implements IGLUELoggingConstants

WSSContext holds WS-Security constraint information associated with a proxy or service. Since the WS-Security spec distinguishes only between incoming and outgoing messages, both the client and server can specify constraints on requests and responses. WSSContext does not hold state, so it can be used to associate a standard WS-Security configuration with multiple proxies or services.

Author:
webMethods

Field Summary
 WSSContextIn in
           
 WSSContextOut out
           
 
Fields inherited from interface electric.glue.IGLUELoggingConstants
CLUSTER_DEBUG_EVENT, CLUSTER_EVENT, CONSOLE_DEBUG_EVENT, DEPLOY_EVENT, DETECTORS_EVENT, HTTP_EVENT, JMS_EVENT, REBINDING_EVENT, SECURITY_DEBUG_EVENT, SECURITY_DETAIL_EVENT, SERVLET_EVENT, SOAP_EVENT
 
Fields inherited from interface electric.xml.IEXMLLoggingConstants
MAPPING_EVENT, SCHEMA_EVENT
 
Fields inherited from interface electric.util.log.ILoggingConstants
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT
 
Constructor Summary
WSSContext()
          Holder for per-proxy or per-service context WS-Security configuration information.
 
Method Summary
static void disable()
          Internal API, do not call.
static void enable()
          Internal API, do not call.
static boolean isEnabled()
          Internal API, do not call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

public WSSContextOut out

in

public WSSContextIn in
Constructor Detail

WSSContext

public WSSContext()
Holder for per-proxy or per-service context WS-Security configuration information.

Method Detail

enable

public static void enable()
Internal API, do not call.


isEnabled

public static final boolean isEnabled()
Internal API, do not call.


disable

public static void disable()
Internal API, do not call.



copyright© 2001-2004 by webMethods All Rights Reserved.