it.eng.spago.security
Class GenericLoginHandler

java.lang.Object
  extended byit.eng.spago.security.GenericLoginHandler

public class GenericLoginHandler
extends java.lang.Object

Author:
zoppello To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Constructor Summary
GenericLoginHandler()
           
 
Method Summary
 void service(RequestContainer requestContainer, SourceBean request, SourceBean response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericLoginHandler

public GenericLoginHandler()
Method Detail

service

public void service(RequestContainer requestContainer,
                    SourceBean request,
                    SourceBean response)
             throws EMFInternalError
Throws:
EMFInternalError
See Also:
ServiceIFace.service(it.eng.spago.base.SourceBean, it.eng.spago.base.SourceBean)