Code Search for Developers
 
 
  

proxyInfo.jsp from GridBlocks at Krugle


Show proxyInfo.jsp syntax highlighted

<html>
    <head>
        <title>Proxy Info</title>
    </head>
    <body>
        [ <a href="https://vhost1.hip.fi:443/gridsp/sp/ProxyInfoServlet?infoType=proxyInfo">proxy cert info</a> ] 
        [ <a href="https://vhost1.hip.fi:443/gridsp/sp/ProxyInfoServlet?infoType=certInfo">user cert info</a> ] 
        [ <a href="https://vhost1.hip.fi:443/gridsp/sp/ProxyInfoServlet?infoType=proxyData">raw proxy data</a> ]<br>
	<pre>
<%
String proxyInfo = (String) request.getAttribute("proxyInfo");
if (proxyInfo != null) {
%>
<%= proxyInfo %>
<% } %>
	</pre>
    </body>
</html>




See more files for this project here

GridBlocks

GridBlocks builds a grid application framework via easy-to-use building blocks in distributed environment. The framework offers components for Grid security, distributed storage, computing, and Portlet web interfaces.

Project homepage: http://sourceforge.net/projects/gridblocks
Programming language(s): Java,JSP,XML
License: other

  RenderAuthnRequestPost.jsp
  app.jsp
  cdcpage.jsp
  chequeInfo.jsp
  login.jsp
  logoutError.jsp
  pdSuccess.jsp
  proxyInfo.jsp
  ssoProblem.jsp
  ssoSuccess.jsp