
security.realms.realmButtons.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!
$attribute{tableRowGroup});
getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}", Rows=>$attribute{newList});
prepareSuccessfulMsg();
saveRealm(
endpoint="#{parentUrl}"
classnameOption="#{myOption}",
attrMap="#{attrMap}",
propList="${newList}"
edit="#{true}"
newPropList="#{requestScope.newPropList}"
);
javaToJSON(obj="#{requestScope.newPropList}" json="#{requestScope.tmpJSON}");
gf.restRequest(endpoint="#{pageSession.parentUrl}/property", method="POST", data="#{requestScope.tmpJSON}", result="#{requestScope.restResponse}");
gf.redirect(page="#{selfPage}&alertType=${alertType}&alertSummary=${alertSummary}&alertDetail=${alertDetail}");
/>
$attribute{tableRowGroup});
getAllSingleMapRows(TableRowGroup="$attribute{tableRowGroup}", Rows=>$attribute{newList});
saveRealm(
endpoint="#{parentUrl}",
classnameOption="#{classnameOption}",
attrMap="#{attrMap}",
propList="${newList}"
edit="#{false}"
);
gf.redirect(page="#{parentPage}?configName=#{configName}")
/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy