public static interface JCoCustomDestination.SncConfigurationData
Modifier and Type | Method and Description |
---|---|
void |
setSncLibrary(String sncLibrary)
sets path to the SNC library
|
void |
setSncMode(String sncMode)
sets mode of the SNC.
|
void |
setSncMyName(String sncMyName)
sets own SNC name
|
void |
setSncPartnerName(String sncPartnerName)
sets partner SNC name
|
void |
setSncQOP(String sncQOP)
sets Quality of service of SNC
|
void |
setSncWithSSO(boolean useSingleSignOn)
Allows adjusting the SSO behavior of SNC.
|
void setSncMode(String sncMode)
sncMode
- 0 or 1void setSncQOP(String sncQOP)
sncQOP
- with a valid range of [1..9]void setSncMyName(String sncMyName)
sncMyName
- SNC namevoid setSncPartnerName(String sncPartnerName)
sncPartnerName
- partner SNC namevoid setSncLibrary(String sncLibrary)
sncLibrary
- path to the SNC libraryvoid setSncWithSSO(boolean useSingleSignOn)
false
, authentication is switched to
user/password mechanism, otherwise the SSO mechanism of SNC will be used.useSingleSignOn
- if set to false authentication is switched to user/passwordCopyright © 2017 SAP. All Rights Reserved.