All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.admingui.console-jca-plugin.3.1.1-b11.source-code.connectorSecurityMapEdit.jsf Maven / Gradle / Ivy

There is a newer version: 3.2-b06
Show newest version







    
    $page{configName} default="server-config");
        getRequestValue(key="name" value="#{pageSession.Name}");
        getRequestValue(key="mapName" value="#{pageSession.mapName}");
        urlencode(value="#{pageSession.Name}" encoding="UTF-8" result="#{pageSession.encodedName}");
        urlencode(value="#{pageSession.mapName}" encoding="UTF-8" result="#{pageSession.encodedMapName}");
        setSessionAttribute(key="connectorPoolTabs" value="securityMapTab");
        setPageSessionAttribute(key="selfPage" value="#{request.contextPath}/jca/connectorSecurityMapEdit.jsf?name=#{pageSession.encodedName}&mapName=#{pageSession.encodedMapName}");
        setPageSessionAttribute(key="parentPage" value="#{request.contextPath}/jca/connectorSecurityMaps.jsf?name=#{pageSession.encodedName}");
        setPageSessionAttribute(key="childType" value="security-map");
        //REST related
        setPageSessionAttribute(key="parentUrl", value="#{sessionScope.REST_URL}/resources/connector-connection-pool/#{pageSession.encodedName}");
        setPageSessionAttribute(key="selfUrl" value="#{pageSession.parentUrl}/#{pageSession.childType}/#{pageSession.encodedMapName}");
        setPageSessionAttribute(key="rest-api" value="true");
        gf.getEntityAttrs(endpoint="#{pageSession.selfUrl}", valueMap="#{pageSession.valueMap}");

        gf.restRequest(endpoint="#{pageSession.selfUrl}/user-group" method="GET" result="#{requestScope.userGroupsMap}");
        gf.restRequest(endpoint="#{pageSession.selfUrl}/principal" method="GET" result="#{requestScope.principalsMap}");
        convertListToCommaString(list="#{requestScope.userGroupsMap.data.extraProperties.leafList}"  commaString="#{pageSession.valueMap['userGroupCommaStr']}");
        convertListToCommaString(list="#{requestScope.principalsMap.data.extraProperties.leafList}"  commaString="#{pageSession.valueMap['principalCommaStr']}");
        
        setPageSessionAttribute(key="has2Objects" value="#{true}" );  //for editPageButtons.inc
        setPageSessionAttribute(key="selfUrl2" value="#{pageSession.selfUrl}/backend-principal");
        gf.getEntityAttrs(endpoint="#{pageSession.selfUrl2}" valueMap="#{pageSession.valueMap2}");
        mapPut(map="#{pageSession.valueMap}" key="mappedUserName" value="#{pageSession.valueMap2.userName}");
        mapPut(map="#{pageSession.valueMap}" key="mappedPassword" value="#{pageSession.valueMap2.password}");
        
       if(#{pageSession.valueMap['principalCommaStr']}) {
           setAttribute(key="usersOptionP" value="principals" );
           setPageSessionAttribute(key="myOption" value="principals");

        }
        if(#{pageSession.valueMap['userGroupCommaStr']}) {
            setAttribute(key="usersOptionU" value="users" );
            setPageSessionAttribute(key="myOption" value="users");
        }
        setPageSessionAttribute(key="skipAttrsList", value={"userGroupCommaStr" , "principalCommaStr"});

         //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 "/jca/connectorConnectionPoolTabs.inc"
#include "/common/shared/alertMsg.inc"

                
            
#include "/jca/securityMapButtons.inc"
            
#include "/jca/connectorSecurityMapAttr.inc"

	
            
    "

#include "/jca/securityMapjs.inc"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy