public interface CredentialsProvider
Modifier and Type | Method and Description |
---|---|
DataSourceCredentials |
getCredentials(java.lang.String dataSource,
java.lang.String userName,
java.lang.String domainName) |
DataSourceCredentials getCredentials(java.lang.String dataSource, java.lang.String userName, java.lang.String domainName)
dataSource
- A string identifying the data source to authenticate
against. When authenticating against a database, this parameter is
the connection URL.userName
- The name of the Spotfire user.domainName
- The domain name of the Spotfire user.Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.