public static interface JCoCustomDestination.UserData
Modifier and Type | Method and Description |
---|---|
void |
requestSSOTicket(boolean request)
If the SSO ticket is requested, then the ABAP Server will generate a new SSO Ticket,
that can be used to logon to other systems.
|
void |
setAliasUser(String aliasUser)
Adjusts the alias that can be used instead of the user name
|
void |
setClient(String client)
Adjust the client of the ABAP system
|
void |
setExternalIDData(String extIDData)
Sets the external identification user logon data.
|
void |
setExternalIDType(String extIDType)
Sets the type of the external identification user logon data.
|
void |
setLanguage(String lang)
Adjusts the language with which the logon is done.
|
void |
setLogonCheck(int lcheck)
Value 0 delays the logon check until the first call will be sent
|
void |
setPassword(String passwd)
Adjusts the password.
|
void |
setSSOTicket(String base64CodedSSOTicket)
Sets the SAP SSO ticket, that will be used for the authentication instead of the
password.
|
void |
setUser(String user)
Adjusts the user used for the logon.
|
void |
setX509Certificate(String base64CodedCertificate)
Sets the X.509 certificate, that will be used for the authentication instead of the
password.
|
void setClient(String client)
client
- ABAP system client numbervoid setUser(String user)
user
- user logon namevoid setAliasUser(String aliasUser)
aliasUser
- alias namevoid setPassword(String passwd)
passwd
- passwordvoid setLanguage(String lang)
lang
- language as ISO string of length 2void setLogonCheck(int lcheck)
lcheck
- 0 or 1, default value is 1void setX509Certificate(String base64CodedCertificate)
base64CodedCertificate
- string containing base64 encoded X.509 certificatevoid setSSOTicket(String base64CodedSSOTicket)
base64CodedSSOTicket
- string containing base64 encoded SAP SSO ticketvoid requestSSOTicket(boolean request)
request
- true or false, default value is falsevoid setExternalIDData(String extIDData)
Note: This is an old logon mechanism and should no longer be used.
extIDData
- external ID datavoid setExternalIDType(String extIDType)
Note: This is an old logon mechanism and should no longer be used.
extIDType
- external ID typeCopyright © 2017 SAP. All Rights Reserved.