it.eng.spago.security
Interface IAuthenticationHandler


public interface IAuthenticationHandler


Field Summary
static java.lang.String PASSWORD_TAG
          Il nome del parametro che rappresenta la password in request container
static java.lang.String USER_ID_TAG
          Il nome del parametro che rappresenta lo userID in requestContainer
 
Method Summary
 java.lang.Object authenticate(SourceBean request, SourceBean response)
          Method authenticate.
 

Field Detail

USER_ID_TAG

public static final java.lang.String USER_ID_TAG
Il nome del parametro che rappresenta lo userID in requestContainer

See Also:
Constant Field Values

PASSWORD_TAG

public static final java.lang.String PASSWORD_TAG
Il nome del parametro che rappresenta la password in request container

See Also:
Constant Field Values
Method Detail

authenticate

public java.lang.Object authenticate(SourceBean request,
                                     SourceBean response)
                              throws EMFInternalError
Method authenticate.

Parameters:
request -
response -
Returns:
Object - Il token che identifica l'utente dopo un'autenticazione avvenuta con successo
Throws:
EMFInternalError