<%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%@ page import="oracle.sysman.emo.util.UIXDataSource" %> <%@ page import="oracle.sysman.db.rsc.sec.dv.DVMsgID" %> <%@ page import="oracle.sysman.db.adm.sec.dv.DVController" %> <%@ page import="oracle.sysman.db.rsc.inst.DBMsgID"%> <%@ page import="oracle.sysman.db.adm.ParameterNames"%> <%@ include file="/oemNoscript.jspf" %> <% String sTargetName = request.getParameter(ParameterNames.TARGET); String stargetType = request.getParameter(ParameterNames.TARGET_TYPE); String sFinalUrl=request.getContextPath()+"/console/database/security/dv/DV?event=showHomeTab"+ "&"+ParameterNames.TARGET+"="+sTargetName+ "&"+ParameterNames.TARGET_TYPE+"="+stargetType; String sJS="please('"+sFinalUrl+"')"; String sIsDVAUrlNotAvailable = request.getParameter("isDVAUrlNotAvailable"); if(sIsDVAUrlNotAvailable == null ){ sIsDVAUrlNotAvailable =(String) request.getAttribute("isDVAUrlNotAvailable"); } String sDVAUrl = null; String sRealmUrl = null; String sCommandUrl = null; String s3 = null; String s4 = null; String s5 = null; String s6 = null; String s7 = null; String s8 = null; if(sIsDVAUrlNotAvailable.equals("true")){ sDVAUrl = request.getParameter("DVA_URL"); if(sDVAUrl == null ){ sDVAUrl=(String) request.getAttribute("DVA_URL"); } sRealmUrl = sDVAUrl+"&subevent=DVAURLNOTSET"; sCommandUrl = sDVAUrl+"&subevent=DVAURLNOTSET"; s3 = sDVAUrl+"&subevent=DVAURLNOTSET"; s4 = sDVAUrl+"&subevent=DVAURLNOTSET"; s5 = sDVAUrl+"&subevent=DVAURLNOTSET"; s6 = sDVAUrl+"&subevent=DVAURLNOTSET"; s7 = sDVAUrl+"&subevent=DVAURLNOTSET"; s8 = sDVAUrl+"&subevent=DVAURLNOTSET"; }else{ sRealmUrl = request.getParameter("realmUrl"); if(sRealmUrl == null){ sRealmUrl = (String )request.getAttribute("realmUrl"); } sCommandUrl = request.getParameter("commandRulesUrl"); if(sCommandUrl == null){ sCommandUrl = (String)request.getAttribute("commandRulesUrl"); } s3= request.getParameter("factorsUrl"); if(s3== null){ s3= (String)request.getAttribute("factorsUrl"); } s4= request.getParameter("ruleSetsUrl"); if(s4== null){ s4= (String)request.getAttribute("ruleSetsUrl"); } s5= request.getParameter("secureApplicationRolesUrl"); if(s5== null){ s5= (String)request.getAttribute("secureApplicationRolesUrl"); } s6= request.getParameter("labelSecurityIntegrationUrl"); if(s6== null){ s6= (String)request.getAttribute("labelSecurityIntegrationUrl"); } s7= request.getParameter("configurationIssuesAndAuditingUrl"); if(s7== null){ s7= (String)request.getAttribute("configurationIssuesAndAuditingUrl"); } s8= request.getParameter("generalSecurityUrl"); if(s8== null){ s8= (String)request.getAttribute("generalSecurityUrl"); } } String sJS3 = "LaunchDVA('"+sRealmUrl+"')"; String sJS4 = "LaunchDVA('"+sCommandUrl+"')"; String sJS5 = "LaunchDVA('"+s3+"')"; String sJS6 = "LaunchDVA('"+s4+"')"; String sJS7 = "LaunchDVA('"+s5+"')"; String sJS8 = "LaunchDVA('"+s6+"')"; String sJS9 = "LaunchDVA('"+s7+"')"; String sJS10 = "LaunchDVA('"+s8+"')"; %> <%@ include file="/database/global.jspf" %> <% if(sIsDVAUrlNotAvailable.equals("false")){ %> <% }else{ %> <% } %>