it.eng.spago.security.xmlauthorizations
Class XMLAuthenticationHandler

java.lang.Object
  extended byit.eng.spago.security.xmlauthorizations.XMLAuthenticationHandler

public class XMLAuthenticationHandler
extends java.lang.Object

Author:
Andrea 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.

Field Summary
static java.lang.String USER_ID
           
 
Constructor Summary
XMLAuthenticationHandler()
           
 
Method Summary
 java.lang.Object authenticate(SourceBean request, SourceBean response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_ID

public static final java.lang.String USER_ID
See Also:
Constant Field Values
Constructor Detail

XMLAuthenticationHandler

public XMLAuthenticationHandler()
Method Detail

authenticate

public java.lang.Object authenticate(SourceBean request,
                                     SourceBean response)
                              throws EMFInternalError
Throws:
EMFInternalError
See Also:
it.eng.spago.security.actions.IAuthenticatorHandler#authenticate(it.eng.spago.base.SourceBean, it.eng.spago.base.SourceBean)