it.eng.rdlab.soa3.authn.rest
Interface IAuthenticationService

All Known Implementing Classes:
AuthenticationServiceImpl

public interface IAuthenticationService

Interface to the authentication service

Author:
Kanchanna Ramasamy Balraj

Method Summary
 AuthenticationContext getAuthenticationContext()
           
 boolean isUserAuthenticated(String userName, String organizationName, String password)
           
 

Method Detail

getAuthenticationContext

AuthenticationContext getAuthenticationContext()

isUserAuthenticated

boolean isUserAuthenticated(String userName,
                            String organizationName,
                            String password)


Copyright © 2013. All Rights Reserved.