63 lines
3.5 KiB
HTML
63 lines
3.5 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="Security classes" />
|
||
|
<meta name="abstract" content="" />
|
||
|
<meta name="description" content="" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="page1.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="sslinfo.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="secauth.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="security" />
|
||
|
<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>Security classes</title>
|
||
|
</head>
|
||
|
<body id="security"><a name="security"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Security classes</h1>
|
||
|
<div><p></p>
|
||
|
<p>You use the IBM<sup>®</sup> Toolbox
|
||
|
for Java™ security
|
||
|
classes to provide secured connections to a server, verify a user's identity,
|
||
|
and associate a user with the operating system thread when running on the
|
||
|
local server. The security services included are: </p>
|
||
|
<ul><li>Communications infrastructure using <a href="ssljsse.htm#ssljsse">Java Secure
|
||
|
Socket Extension (JSSE)</a> provides secure connections both by encrypting
|
||
|
the data exchanged between a client and a server session and by performing
|
||
|
server authentication.</li>
|
||
|
<li><a href="secauth.htm#secauth">Authentication Services</a> provide
|
||
|
the ability to: <ul><li>Authenticate a user identity and password against the i5/OS™ user registry.</li>
|
||
|
<li>Ability to assign an identity to the current i5/OS thread.</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="sslinfo.htm">Secure Sockets Layer</a></strong><br />
|
||
|
Secure Sockets Layer (SSL) provides secure connections by encrypting the data exchanged between a client and server session, and by performing server authentication.</li>
|
||
|
<li class="ulchildlink"><strong><a href="secauth.htm">Authentication services</a></strong><br />
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="page1.htm" title="IBM Toolbox for Java is a set of Java classes that allow you to use Java programs to access data on your iSeries servers. You can use these classes to write client/server applications, applets, and servlets that work with data on your iSeries. You can also run Java applications that use the IBM Toolbox for Java classes on the iSeries Java virtual machine (JVM).">IBM Toolbox for Java</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|