shared.authorization
Interface IHostCredentialMap

All Known Implementing Classes:
HostCredentials

public interface IHostCredentialMap

Interface which defines how to map a Verastream user name into the host application credentials for that user.


Method Summary
 IHostCredential getHostCredentialsFor(java.lang.String verastreamUser)
          Return the host application credentials for this Verastream user.
 

Method Detail

getHostCredentialsFor

IHostCredential getHostCredentialsFor(java.lang.String verastreamUser)
Return the host application credentials for this Verastream user.

Parameters:
verastreamUser - user name logged into Host Integrator
Returns:
host credentials (if available) otherwise null