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

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

public class SignHandler
extends GenericHandler

See Also:
Serialized Form

Field Summary
protected static Log log
           
 
Constructor Summary
SignHandler()
           
 
Method Summary
 QName[] getHeaders()
           
 boolean handleMessage(SOAPMessageContext ctx)
           
 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
 

Field Detail

log

protected static Log log
Constructor Detail

SignHandler

public SignHandler()
Method Detail

handleRequest

public boolean handleRequest(MessageContext context)

handleResponse

public boolean handleResponse(MessageContext context)

handleMessage

public boolean handleMessage(SOAPMessageContext ctx)

getHeaders

public QName[] getHeaders()