|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JCoCustomDestination.SncConfigurationData
SncConfigurationData allows change SNC configuration for a JCoCustomDestination. Consults SAP Security Documentation for details.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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/password
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |