com.jscape.inet.mft.subsystems.authentication
Interface AuthenticationService


public interface AuthenticationService

Authentication mechanism.

Author:
Alex Usun

Method Summary
 void authenticate(Credentials credentials)
          Performs user authentication.
 

Method Detail

authenticate

void authenticate(Credentials credentials)
                  throws AuthenticationException
Performs user authentication.

Parameters:
credentials - authentication credentials
Throws:
AuthenticationException - if authentication error occurs


Copyright © 1999-2009 JSCAPE LLC. All Rights Reserved.