.admingui.console-corba-plugin.3.0-b58.source-code.sslEdit.jsf Maven / Gradle / Ivy
$page{configName} default="server-config");
getRequestValue(key="name" value="#{pageSession.Name}");
setSessionAttribute(key="iiopTab" value="sslEdit");
setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/corba/sslEdit.jsf");
setPageSessionAttribute(key="parentPage" value="#{request.contextPath}/corba/iiopListeners.jsf");
setPageSessionAttribute(key="parentObjectNameStr" value="amx:pp=/domain/configs/config[#{pageSession.configName}]/iiop-service,type=iiop-listener,name=#{pageSession.Name}")
setPageSessionAttribute(key="childType" value="ssl")
setPageSessionAttribute(key="objectNameStr", value="amx:pp=/domain/configs/config[server-config]/iiop-service/iiop-listener[#{pageSession.Name}],type=ssl");
proxyExist(objectNameStr="#{pageSession.objectNameStr}" exist="#{requestScope.exist}")
if (#{requestScope.exist}){
setPageSessionAttribute(key="edit" value="#{true}" )
getProxyAttrs(objectNameStr="#{pageSession.objectNameStr}" valueMap="#{pageSession.valueMap}");
convertToDifferentCiphersGroup(ciphers="#{pageSession.valueMap['Ssl3TlsCiphers']}"
CommonCiphersList="#{pageSession.selectedCommon}"
EphemeralCiphersList="#{pageSession.selectedEphemeral}"
OtherCiphersList="#{pageSession.selectedOther}"
EccCiphersList="#{pageSession.selectedEcc}")
}
if (! #{requestScope.exist}){
setPageSessionAttribute(key="edit" value="#{false}" )
getDefaultProxyAttrs( parentObjectNameStr="#{pageSession.parentObjectNameStr}" childType="#{pageSession.childType}" valueMap="#{pageSession.valueMap}")
}
//set the following for including buttons.inc
setPageSessionAttribute(key="convertToFalseList" value={"SecurityEnabled" "Enabled"})
setPageSessionAttribute(key="showDefaultButton" value="#{false}" )
setPageSessionAttribute(key="showCancelButton" value="#{true}" )
setPageSessionAttribute(key="hasPropertySheet" value="#{true}" )
setPageSessionAttribute(key="hasPropertyTable" value="#{false}" )
/>
#include "/common/shared/restart.inc"
#include "iiopTab.inc"
#include "/common/shared/alertMsg.inc"
#include "sslButtons.inc"
"
#include "/corba/sslAttrs.jsf"
#include "/common/shared/changeButtonsJS.inc"
#include "sslValidationsJS.inc"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy