it.eng.spago.security.xmlauthorizations
Class XMLAuthenticationHandler

java.lang.Object
  extended byit.eng.spago.security.xmlauthorizations.XMLAuthenticationHandler
All Implemented Interfaces:
it.eng.spago.security.IAuthenticationHandler

public class XMLAuthenticationHandler
extends java.lang.Object
implements it.eng.spago.security.IAuthenticationHandler


Field Summary
static java.lang.String USER_ID
           
 
Fields inherited from interface it.eng.spago.security.IAuthenticationHandler
PASSWORD_TAG, USER_ID_TAG
 
Constructor Summary
XMLAuthenticationHandler()
           
 
Method Summary
 java.lang.Object authenticate(it.eng.spago.base.SourceBean request, it.eng.spago.base.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(it.eng.spago.base.SourceBean request,
                                     it.eng.spago.base.SourceBean response)
                              throws it.eng.spago.error.EMFInternalError
Specified by:
authenticate in interface it.eng.spago.security.IAuthenticationHandler
Throws:
it.eng.spago.error.EMFInternalError
See Also:
it.eng.spago.security.actions.IAuthenticatorHandler#authenticate(it.eng.spago.base.SourceBean, it.eng.spago.base.SourceBean)