386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<html xmlns="http://www.w3.org/1999/xhtml">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<head>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<title>OpenAM - Samples</title>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<link rel="stylesheet" href="/sample.css">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major</head>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<body bgcolor="#FFFFFF" link="#0000FF" vlink="#800080">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<table cellspacing="8" cellpadding="4" border="0" width="100%">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<tr nowrap="yes">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<td class="bannerContentLeft" width="20%" align="center"><a href="http://www.sun.com"><img border="0" src="/sunLogo.gif"></a></td><td class="bannerContentCenter" width="60%" valign="bottom" nowrap="yes">OpenAM<br>Sample</td><td class="bannerContentRight" width="20%" valign="bottom" nowrap="yes">&nbsp;</td>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major</tr>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major</table>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<table cellspacing="8" cellpadding="4" border="0" width="100%">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<tr>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<td>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<p></p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<h2>Client SDK - Samples</h2>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<hr noshade="yes" size="1">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<h3>1. Description</h3>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major Here are a set of samples to show how client SDK works.
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major </p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<b>Service Configuration Sample Servlet</b>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major The sample files are provided to help using OpenAM's Service Configuration component within a web application.
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major <br>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major [<a href="sm/input.html">Click</a>]
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major </p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<b>User Profile (Attributes) Sample Servlet</b>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major The sample files are provided to help using OpenAM's User Management component within a web application.
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major <br>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major [<a href="um/input.html">Click</a>]
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major </p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<b>Policy Evaluator Client Sample Servlet</b>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major The sample files are provided to help using OpenAM's Policy Client component within a web application.
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major <br>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major [<a href="policy/input.html">Click</a>]
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major </p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<b>Single Sign On Token Verification Servlet</b>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major This sample demonstrates the usage of retrieving the user profile from a single sign on token. You need to authenticate to the server first to have the set set. Login as amadmin for example.
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major <br>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major [<a href="SSOTokenSampleServlet">Click</a>]
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major </p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major</p>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major</td>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major</tr>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major</table>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major<hr noshade="yes" size="1">
386650a8957e131311273ee84a4a4113ad5e3fe2Peter MajorEnd of Sample
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major</body>
386650a8957e131311273ee84a4a4113ad5e3fe2Peter Major</html>