org.jboss.webservice.handler
Class ServerLoginHandler

java.lang.Object
  extended by org.jboss.axis.handlers.BasicHandler
      extended by org.jboss.webservice.handler.ServerLoginHandler
All Implemented Interfaces:
org.jboss.axis.Handler

public class ServerLoginHandler
extends org.jboss.axis.handlers.BasicHandler

An Axis style handler that gets username/password from SOAP header elements. <soapenv:Header> <jbws:username actor="http://webservice.jboss.com/ws4ee/login" xmlns:jbws="http://webservice.jboss.com/ws4ee">kermit</jbws:username> <jbws:password actor="http://webservice.jboss.com/ws4ee/login" xmlns:jbws="http://webservice.jboss.com/ws4ee">thefrog</jbws:password> </soapenv:Header>

Since:
27-April-2004
Author:
Thomas.Diesler@jboss.org

Field Summary
 
Fields inherited from class org.jboss.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
ServerLoginHandler()
           
 
Method Summary
 void invoke(org.jboss.axis.MessageContext msgContext)
          Extract the username/password and set principal/credential in the SecurityAssociation.
 
Methods inherited from class org.jboss.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerLoginHandler

public ServerLoginHandler()
Method Detail

invoke

public void invoke(org.jboss.axis.MessageContext msgContext)
            throws org.jboss.axis.AxisFault
Extract the username/password and set principal/credential in the SecurityAssociation.

Specified by:
invoke in interface org.jboss.axis.Handler
Specified by:
invoke in class org.jboss.axis.handlers.BasicHandler
Throws:
org.jboss.axis.AxisFault


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.