
.main.admingui.console-common.8.0.0-JDK17-M9.source-code.pluginTreeNodeSecurity.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!
gf.restRequest(endpoint="#{sessionScope.REST_URL}/configs/config/${configName}/security-service/auth-realm.json" method="get" result="#{requestScope.resp}");
setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/configs/config/${configName}/security-service/audit-module.json" method="get" result="#{requestScope.resp}");
setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/configs/config/${configName}/security-service/jacc-provider.json" method="get" result="#{requestScope.resp}");
setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/configs/config/${configName}/security-service/message-security-config.json" method="get" result="#{requestScope.resp}");
setAttribute(key="children" value="#{requestScope.resp.data.extraProperties.childResources}");
© 2015 - 2025 Weber Informatics LLC | Privacy Policy