
security.realms.manageUserEdit.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}");
getRequestValue(key="user" value="#{pageSession.User}");
urlencode(value="#{pageSession.Name}" encoding="UTF-8" result="#{pageSession.encodedName}");
urlencode(value="#{pageSession.configName}" encoding="UTF-8" result="#{pageSession.encodedConfigName}");
urlencode(value="#{pageSession.User}" encoding="UTF-8" result="#{pageSession.encodedUser}");
getUserInfo(Realm="#{pageSession.Name}" configName="#{pageSession.configName}" User="#{pageSession.User}", GroupList="#{pageSession.groupList}");
gf.restRequest(endpoint="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/admin-service/jmx-connector/system.json", method="get", result="#{requestScope.result}");
setPageSessionAttribute(key="AuthRealmName" value="#{requestScope.result.data.extraProperties.entity.authRealmName}");
setPageSessionAttribute(key="isAdminRealm", value="false")
if ("#{pageSession.Name}=#{pageSession.AuthRealmName}"){
if ("#{pageSession.configName}=server-config"){
setPageSessionAttribute(key="isAdminRealm", value="true")
}
}
/>
#include "/common/shared/alertMsg.inc"
#include "/common/shared/configNameSection.inc"
$page{ps1});
/>
$page{ps2});
/>
"
#include "checkpswd.inc"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy