|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JCoCustomDestination.UserData
UserData allows change the logon configuration data for a JCoCustomDestination.
Method Summary | |
---|---|
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(java.lang.String aliasUser)
Adjusts the alias that can be used instead of the user name |
void |
setClient(java.lang.String client)
Adjust the client of the ABAP system |
void |
setExternalIDData(java.lang.String extIDData)
Sets the external identification user logon data. |
void |
setExternalIDType(java.lang.String extIDType)
Sets the type of the external identification user logon data. |
void |
setLanguage(java.lang.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(java.lang.String passwd)
Adjusts the password. |
void |
setSSOTicket(java.lang.String base64CodedSSOTicket)
Sets the SAP SSO ticket, that will be used for the authentication instead of the password. |
void |
setUser(java.lang.String user)
Adjusts the user used for the logon. |
void |
setX509Certificate(java.lang.String base64CodedCertificate)
Sets the X.509 certificate, that will be used for the authentication instead of the password. |
Method Detail |
---|
void setClient(java.lang.String client)
client
- ABAP system client numbervoid setUser(java.lang.String user)
user
- user logon namevoid setAliasUser(java.lang.String aliasUser)
aliasUser
- alias namevoid setPassword(java.lang.String passwd)
passwd
- passwordvoid setLanguage(java.lang.String lang)
lang
- language as ISO string of length 2void setLogonCheck(int lcheck)
lcheck
- 0 or 1, default value is 1void setX509Certificate(java.lang.String base64CodedCertificate)
base64CodedCertificate
- string containing base64 encoded X.509 certificatevoid setSSOTicket(java.lang.String base64CodedSSOTicket)
base64CodedSSOTicket
- string containing base64 encoded SAP SSO ticketvoid requestSSOTicket(boolean request)
request
- true or false, default value is falsevoid setExternalIDData(java.lang.String extIDData)
Note: This is an old logon mechanism and should no longer be used.
extIDData
- external ID datavoid setExternalIDType(java.lang.String extIDType)
Note: This is an old logon mechanism and should no longer be used.
extIDType
- external ID type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |