shared.authorization
Interface IHostCredential


public interface IHostCredential

Simple interface providing read-only access to the host credentials to be used for a particular Verastream user.


Method Summary
 java.lang.String getHostPassword()
          Return the password credential to be used when logging into the host.
 java.lang.String getHostUserName()
          Return the name credential to be used when logging into the host.
 

Method Detail

getHostUserName

java.lang.String getHostUserName()
Return the name credential to be used when logging into the host.

Returns:
host user name credential or null if none.

getHostPassword

java.lang.String getHostPassword()
Return the password credential to be used when logging into the host.

Returns:
host password credential or null if none.