jpl.mipl.mdms.FileService.komodo.transaction
Interface Authenticator

All Known Implementing Classes:
PasswordAuthenticator

public interface Authenticator

This is an interface to abstract out the method of authentication. The default method should be simple user password.

Version:
$Id: Authenticator.java,v 1.4 2008/03/13 19:32:27 awt Exp $
Author:
T. Huang {Thomas.Huang@jpl.nasa.gov}

Method Summary
 String getAuthTokenString()
          Accessor method to return the authentication token
 String getUserName()
          Accessor method to return the user name
 

Method Detail

getUserName

String getUserName()
Accessor method to return the user name

Returns:
the user name

getAuthTokenString

String getAuthTokenString()
Accessor method to return the authentication token

Returns:
the authentication token