org.globus.wsrf.impl.security.authentication.secureConv
Class GSSHandler

java.lang.Object
  |
  +--javax.xml.rpc.handler.GenericHandler
        |
        +--org.globus.wsrf.impl.security.authentication.secureConv.GSSHandler
All Implemented Interfaces:
Handler

public class GSSHandler
extends GenericHandler

GSI Secure Conversation - sign or encrypt depending on value of Constants.GSI_SEC_CONV.


Constructor Summary
GSSHandler()
           
 
Method Summary
 QName[] getHeaders()
           
 boolean handleMessage(SOAPMessageContext ctx)
           
 boolean handleRequest(MessageContext context)
           
 boolean handleResponse(MessageContext context)
           
 
Methods inherited from class javax.xml.rpc.handler.GenericHandler
destroy, handleFault, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSSHandler

public GSSHandler()
Method Detail

handleRequest

public boolean handleRequest(MessageContext context)
Overrides:
handleRequest in class GenericHandler

handleResponse

public boolean handleResponse(MessageContext context)
Overrides:
handleResponse in class GenericHandler

handleMessage

public boolean handleMessage(SOAPMessageContext ctx)

getHeaders

public QName[] getHeaders()
Overrides:
getHeaders in class GenericHandler


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.