
security.msgSecurity.msgSecurityEdit.jsf 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!
$page{configName} default="server-config");
getRequestValue(key="name" value="#{pageSession.Name}");
urlencode(value="#{pageSession.Name}" encoding="UTF-8" result="#{pageSession.encodedName}");
urlencode(value="#{pageSession.configName}" encoding="UTF-8" result="#{pageSession.encodedConfigName}");
setSessionAttribute(key="msgSecurityTabs" value="msgSecurityEdit");
setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/common/security/msgSecurity/msgSecurityEdit.jsf?name=#{pageSession.encodedName}&configName=#{pageSession.encodedConfigName}");
setPageSessionAttribute(key="parentPage" value="#{request.contextPath}/common/security/msgSecurity/msgSecurity.jsf");
setPageSessionAttribute(key="childType" value="message-security-config");
setPageSessionAttribute(key="selfUrl", value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/security-service/message-security-config/#{pageSession.Name}");
setPageSessionAttribute(key="rest-api" value="true");
gf.getEntityAttrs(endpoint="#{pageSession.selfUrl}.json", valueMap="#{pageSession.valueMap}");
getProvidersByType(msgSecurityName="#{pageSession.Name}" configName="#{pageSession.configName}" type={"server", "client-server"} result="#{pageSession.serverTypeProviderList}")
getProvidersByType(msgSecurityName="#{pageSession.Name}" configName="#{pageSession.configName}" type={"client", "client-server"} result="#{pageSession.clientTypeProviderList}")
//set the following for including buttons.inc
setPageSessionAttribute(key="edit" value="#{true}" );
setPageSessionAttribute(key="showDefaultButton" value="#{false}" );
setPageSessionAttribute(key="showCancelButton" value="#{true}" );
setPageSessionAttribute(key="hasPropertySheet" value="#{true}" );
setPageSessionAttribute(key="hasPropertyTable" value="#{false}" );
/>
#include "msgSecurityTabs.inc"
#include "/common/shared/alertMsg.inc"
#include "/common/shared/editPageButtons.inc"
#include "/common/shared/configNameSection.inc"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy