60 lines
4.2 KiB
HTML
60 lines
4.2 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Java Authentication and Authorization Service samples" />
|
|
<meta name="abstract" content="This topic contains samples of Java Authentication and Authorization Service (JAAS) on an iSeries server." />
|
|
<meta name="description" content="This topic contains samples of Java Authentication and Authorization Service (JAAS) on an iSeries server." />
|
|
<meta name="DC.Relation" scheme="URI" content="jaasbase.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="jaasprep.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="api.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="jaashllo.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="jaasthrd.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="jaassamp" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Java Authentication and Authorization Service samples</title>
|
|
</head>
|
|
<body id="jaassamp"><a name="jaassamp"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Java Authentication and Authorization Service samples</h1>
|
|
<div><p>This topic contains samples of Java™ Authentication and Authorization Service
|
|
(JAAS) on an iSeries™ server. </p>
|
|
<p>There are two JAAS samples, HelloWorld and SampleThreadSubjectLogin. Click
|
|
on these links for instructions and source code.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="jaashllo.htm">Compile and run HelloWorld with Java Authentication and Authorization Service on an iSeries server</a></strong><br />
|
|
This information looks at how <strong>HelloWorld</strong> for Java Authentication
|
|
and Authorization Service (JAAS) is compiled and run on an iSeries server. </li>
|
|
<li class="ulchildlink"><strong><a href="jaasthrd.htm">Java Authentication and Authorization Service SampleThreadSubjectLogin instructions</a></strong><br />
|
|
</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="jaasbase.htm" title="The Java Authentication and Authorization Service (JAAS) is a standard extension to the Java 2 Software Development Kit (J2SDK), Standard Edition. J2SDK provides access controls that are based on where the code originated and who signed the code (code source-based access controls). It lacks, however, the ability to enforce additional access controls based on who runs the code. JAAS provides a framework that adds this support to the Java 2 security model.">Java Authentication and Authorization Service</a></div>
|
|
</div>
|
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
|
<div><a href="jaasprep.htm" title="You must meet software requirements and configure your iSeries server to use Java Authentication and Authorization Service (JAAS).">Prepare and configure an iSeries server for Java Authentication and Authorization Service</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="api.htm" title="This document was last updated March 17, 2000.">Java Authentication and Authorization Service (JAAS) 1.0</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |