org.globus.ogsa.impl.security.authentication.service
Class AuthenticationServiceHandler

java.lang.Object
  extended byBasicHandler
      extended byorg.globus.ogsa.impl.security.authentication.service.AuthenticationServiceHandler
All Implemented Interfaces:
AuthenticationServiceConstants

public class AuthenticationServiceHandler
extends BasicHandler
implements AuthenticationServiceConstants

This handler is responsible for mapping incoming GSI Secure Conversation requests to the authentication service.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.globus.ogsa.impl.security.authentication.service.AuthenticationServiceConstants
AUTH_SERVICE, AUTH_SERVICE_PATH, TARGET_SERVICE
 
Constructor Summary
AuthenticationServiceHandler()
           
 
Method Summary
 void invoke(MessageContext messageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationServiceHandler

public AuthenticationServiceHandler()
Method Detail

invoke

public void invoke(MessageContext messageContext)
            throws AxisFault
Throws:
AxisFault