org.globus.ogsa.impl.security.authentication
Class GssEncryptedSOAPEnvelopeBuilder
java.lang.Object
org.globus.ogsa.impl.security.authentication.WSSecuritySOAPEnvelopeBuilder
org.globus.ogsa.impl.security.authentication.GssEncryptedSOAPEnvelopeBuilder
- public class GssEncryptedSOAPEnvelopeBuilder
- extends WSSecuritySOAPEnvelopeBuilder
|
Field Summary |
protected org.ietf.jgss.GSSContext |
context
|
protected java.lang.String |
contextId
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected org.ietf.jgss.GSSContext context
contextId
protected java.lang.String contextId
GssEncryptedSOAPEnvelopeBuilder
public GssEncryptedSOAPEnvelopeBuilder(MessageContext msgContext,
org.ietf.jgss.GSSContext context)
GssEncryptedSOAPEnvelopeBuilder
public GssEncryptedSOAPEnvelopeBuilder(MessageContext msgContext,
org.ietf.jgss.GSSContext context,
java.lang.String contextId)
buildMessage
public SOAPMessage buildMessage(SOAPEnvelope env)
throws java.lang.Exception
- Specified by:
buildMessage in class WSSecuritySOAPEnvelopeBuilder
- Throws:
java.lang.Exception