
shared.sslAttrs.inc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
The newest version!
#include "/common/shared/configNameSection.inc"
$page{configName} default="server-config")
gf.restRequest(endpoint="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/security-service/list-supported-cipher-suites.json"
method="GET"
result="#{requestScope.result}");
gf.getMessageProps(messageListProps="#{requestScope.result.data.children}"
id="message"
keyList="#{requestScope.modList}");
convertListToArray(list="#{requestScope.modList}" array="#{requestScope.supportedCiphers}");
convertToDifferentCiphersGroup(ciphers="#{requestScope.supportedCiphers}"
CommonCiphersList="#{requestScope.availableCommon}"
EphemeralCiphersList="#{requestScope.availableEphemeral}"
OtherCiphersList="#{requestScope.availableOther}"
EccCiphersList="#{requestScope.availableEcc}")
/>
$page{sheetId});
/>
$page{cipherId});
/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy