public static interface JCoCustomDestination.UserData
| Modifier and Type | Method and Description |
|---|---|
void |
requestSSOTicket(boolean request)
Sets the logon parameter flag for requesting an SAP SSO ticket.
|
void |
setAliasUser(String aliasUser)
Sets the SAP user alias name logon parameter.
|
void |
setClient(String client)
Sets the SAP client logon parameter.
|
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)
Sets the language logon parameter.
|
void |
setLogonCheck(int lcheck)
Sets the logon check parameter.
|
void |
setOIDCBearerToken(String oidcConnectBearerToken)
Sets the OpenID Connect Bearer Token logon parameter.
|
void |
setPassword(String passwd)
Sets the password logon parameter.
|
void |
setSSOTicket(String base64CodedSSOTicket)
Sets SAP SSO logon ticket parameter.
|
void |
setUser(String user)
Sets the SAP user name logon parameter.
|
void |
setX509Certificate(String base64CodedCertificate)
Sets the X.509 certificate logon parameter.
|
void setClient(String client)
client - SAP client numbervoid setUser(String user)
user - user IDvoid setAliasUser(String aliasUser)
aliasUser - alias user namevoid setPassword(String passwd)
passwd - password as plain text stringvoid setLanguage(String lang)
lang - language code typically specified as a 2-letter SAP ISO codevoid setLogonCheck(int lcheck)
0, the
logon authentication will be postponed until the first remote function call is
done which requires an authentication. The default value is 1 and
therefore a logon check will be done as soon as possible.Note: It is not recommended to postpone the logon authentication unless this is really needed. This is only required for rare use cases.
lcheck - 0 if the logon authentication shall be postponed;
value 1 (default) if the logon authentication shall be done as soon
as possiblevoid setX509Certificate(String base64CodedCertificate)
base64CodedCertificate - X.509 certificate as encoded Base64 stringvoid setSSOTicket(String base64CodedSSOTicket)
base64CodedSSOTicket - SAP SSO logon ticket as encoded Base64 stringvoid requestSSOTicket(boolean request)
JCoAttributes object of this destination.request - true for requesting a new SSO ticket to be issued
and returned from the ABAP back-end system; false otherwiseJCoDestination.getAttributes(),
JCoAttributes.getSSOTicket()void setExternalIDData(String extIDData)
Note: This is an old logon mechanism and should not be used anymore.
extIDData - external ID datavoid setExternalIDType(String extIDType)
Note: This is an old logon mechanism and should not be used anymore.
extIDType - external ID typevoid setOIDCBearerToken(String oidcConnectBearerToken)
oidcConnectBearerToken - OpenID Connect Bearer Token StringCopyright © 2022 SAP. All rights reserved.