it.eng.rdlab.soa3.connector.service.core
Interface AuthenticationInternalService

All Known Implementing Classes:
AuthenticationInternalServiceImpl, DNAuthenticationService, FederatedAuthenticationService, SessionAuthenticationService, UsernamePasswordAuthenticationService

public interface AuthenticationInternalService

Interface of the internal authentication service

Author:
Ciro Formisano (ENG)

Method Summary
 String authenticate(String id)
           
 

Method Detail

authenticate

String authenticate(String id)
Parameters:
id - the authentication id
Returns:
the username if the user is authenticated, null otherwise


Copyright © 2013. All Rights Reserved.