public static interface JCoCustomDestination.SncConfigurationData
Modifier and Type | Method and Description |
---|---|
void |
setSncLibrary(String sncLibrary)
Sets the path to the library which provides the SNC service.
|
void |
setSncMode(String sncMode)
Switches SNC on or off.
|
void |
setSncMyName(String sncMyName)
Sets the own SNC name of the caller.
|
void |
setSncPartnerName(String sncPartnerName)
Sets the SNC name of the communication partner server.
|
void |
setSncQOP(String sncQOP)
Sets the SNC quality of protection level.
|
void |
setSncWithSSO(boolean useSingleSignOn)
Allows to adjust the SSO behavior of SNC.
|
void setSncMode(String sncMode)
sncMode
- SNC mode with valid values 1 (on) or 0 (off)void setSncQOP(String sncQOP)
sncQOP
- SNC quality of protection level [1..9]void setSncMyName(String sncMyName)
p:CN=MyUserID, O=ACompany, C=EN
sncMyName
- own SNC namevoid setSncPartnerName(String sncPartnerName)
p:CN=SID, O=ACompany, C=EN
sncPartnerName
- SNC partner namevoid setSncLibrary(String sncLibrary)
sncLibrary
- path to the SNC libraryvoid setSncWithSSO(boolean useSingleSignOn)
false
, the default
SSO logon mechanism of SNC won't be used and alternatively provided logon credentials
like user ID plus password, a logon ticket or a certificate will be used.useSingleSignOn
- false
switches off the SSO logon mechanism of SNCCopyright © 2020 SAP. All Rights Reserved.