org.globus.ogsa.impl.security.authentication
Class X509SignHandler

java.lang.Object
  extended byGenericHandler
      extended byorg.globus.ogsa.impl.security.authentication.X509SignHandler

public class X509SignHandler
extends GenericHandler

See Also:
Serialized Form

Constructor Summary
X509SignHandler()
           
 
Method Summary
 QName[] getHeaders()
           
 boolean handleMessage(SOAPMessageContext ctx, javax.security.auth.Subject subject)
           
 boolean handleRequest(MessageContext context)
           
 boolean handleResponse(MessageContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509SignHandler

public X509SignHandler()
Method Detail

handleRequest

public boolean handleRequest(MessageContext context)

handleResponse

public boolean handleResponse(MessageContext context)

handleMessage

public boolean handleMessage(SOAPMessageContext ctx,
                             javax.security.auth.Subject subject)

getHeaders

public QName[] getHeaders()