|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the structure of properties that are needed for establishing connection to destination of MDS server.
| Field Summary | |
static int |
TRUST_TYPE_CERTIFICATE
Trusted system based on client certificate |
static int |
TRUST_TYPE_IP
Trusted system based on client IP address |
static int |
TRUST_TYPE_NONE
Non-Trusted system |
| Method Summary | |
String |
getDbmsName()
Returns the specified name of DBMS server |
DBMSType |
getDbmsType()
Returns the specified DBMS type |
String |
getRepositoryName()
Returns the specified repository name |
String |
getServerName()
Returns the specified MDM server name |
int |
getTrustType()
Returns the type of trusted system |
String |
getUserName()
Returns the specified repository user name or server administration name |
boolean |
isTrusted()
Deprecated. instead use getTrustType() |
void |
setDbmsName(String dbmsName)
Sets the name of DBMS server. |
void |
setDbmsType(DBMSType dbmsType)
Sets the type of DBMS. |
void |
setRepositoryName(String repositoryName)
Sets the repository name |
void |
setTrusted(boolean isTrusted)
Deprecated. instead use setTrustType(int) |
void |
setTrustType(int trustType)
Sets the type of trusted system. |
void |
setUserName(String userName)
Sets the user name either for repository if this destination specifies a repository or for server if this destination specifies the server only. |
| Field Detail |
public static final int TRUST_TYPE_NONE
public static final int TRUST_TYPE_IP
public static final int TRUST_TYPE_CERTIFICATE
| Method Detail |
public String getServerName()
public String getRepositoryName()
public void setRepositoryName(String repositoryName)
public String getDbmsName()
public void setDbmsName(String dbmsName)
dbmsName - the name of DBMSpublic DBMSType getDbmsType()
public void setDbmsType(DBMSType dbmsType)
DBMSType.#MS_SQL.
It is used only together with DBMS name.
public boolean isTrusted()
getTrustType()
true if connection is trusted, false otherwisepublic void setTrusted(boolean isTrusted)
setTrustType(int)
isTrusted - true if connection is trusted, false otherwisepublic int getTrustType()
{@link #TRUST_TYPE_NONE},
{@link #TRUST_TYPE_IP},
{@link #TRUST_TYPE_CERTIFICATE}public void setTrustType(int trustType)
TRUST_TYPE_NONE
trustType - the type of trusted system.{@link #TRUST_TYPE_NONE},
{@link #TRUST_TYPE_IP},
{@link #TRUST_TYPE_CERTIFICATE}public String getUserName()
public void setUserName(String userName)
userName - the user name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2004-2007 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.