|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.soap.references.chain.ChainedSOAPReference
electric.soap.security.references.SecuritySOAPReference
SecuritySOAPReference annotates outgoing soap requests with WS-Security information, then verifies the WS-Security information on incoming responses.
SecurityHandler
Field Summary |
Fields inherited from class electric.soap.references.chain.ChainedSOAPReference |
nextReference |
Fields inherited from interface electric.soap.security.IWSSConstants |
PASSWORD_DIGEST, PASSWORD_TEXT, SECURITY, SECURITY_TOKEN_REFERENCE, URI_ATTRIBUTE, WSSE_NAMESPACE, WSSE_PREFIX, WSU_NAMESPACE, WSU_PREFIX, X509_ENCODING_TYPE |
Fields inherited from interface electric.xml.IXMLConstants |
ATTLIST_START, ATTLIST_STOP, CDATA, CDATA_START, CDATA_STOP, CLOSE_TAG, COLON, COMMENT_START, COMMENT_STOP, DOCTYPE_START, DOCTYPE_STOP, ELEMENTDECL_START, ELEMENTDECL_STOP, ENCODING, ENTITYDECL_START, ENTITYDECL_STOP, ID, ID_CASE, INSTRUCTION_START, INSTRUCTION_STOP, NEGATIVE_INFINITY, NOT_A_NUMBER, NOTATIONDECL_START, NOTATIONDECL_STOP, NULL, OPEN_TAG, POSITIVE_INFINITY, PUBLIC, SPECIALS, STANDALONE, SUBSTITUTES, SYSTEM, UNDEFINED, VERSION, XML, XML_NAMESPACE, XMLDECL_START, XMLDECL_STOP, XMLNS, XMLNS_NAMESPACE |
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 | |
SecuritySOAPReference(Context proxyContext)
|
Method Summary | |
XURL |
getEndpoint()
|
WSDL |
getWSDL()
|
SOAPMessage |
handle(SOAPMessage request,
Context messageContext)
Process an outgoing client-side soap message according to the WS-Security spec. |
SOAPMessage |
handleSecurity(SOAPMessage request,
WSSContext wss,
Context messageContext)
|
Methods inherited from class electric.soap.references.chain.ChainedSOAPReference |
getNextReference, setNextReference |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecuritySOAPReference(Context proxyContext)
Method Detail |
public SOAPMessage handle(SOAPMessage request, Context messageContext) throws java.rmi.RemoteException, java.lang.SecurityException
handle
in interface ISOAPHandler
request
- messageContext
-
java.rmi.RemoteException
java.lang.SecurityException
SecurityHandler
public SOAPMessage handleSecurity(SOAPMessage request, WSSContext wss, Context messageContext)
request
- wss
- messageContext
-
public WSDL getWSDL()
getWSDL
in interface ISOAPReference
public XURL getEndpoint()
getEndpoint
in interface ISOAPReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |