ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaha_5.4.0.1/rzahajgsscfgsecmgr.htm

55 lines
3.3 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<?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="Using a security manager" />
<meta name="abstract" content="If you are running your JGSS application with a Java security manager enabled, you need to ensure that your application and JGSS have the necessary permissions." />
<meta name="description" content="If you are running your JGSS application with a Java security manager enabled, you need to ensure that your application and JGSS have the necessary permissions." />
<meta name="DC.Relation" scheme="URI" content="rzahajgsscfgmain.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahajgssjvmperm.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahajgssjaasperm.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="rzahajgsscfgsecmgr" />
<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>Using a security manager</title>
</head>
<body id="rzahajgsscfgsecmgr"><a name="rzahajgsscfgsecmgr"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Using a security manager</h1>
<div><p>If you are running your JGSS application with a Java™ security
manager enabled, you need to ensure that your application and JGSS have the
necessary permissions.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzahajgssjvmperm.htm">JVM permissions</a></strong><br />
</li>
<li class="ulchildlink"><strong><a href="rzahajgssjaasperm.htm">JAAS permission checks</a></strong><br />
IBM<sup>®</sup> JGSS
performs runtime permission checks at the time the JAAS-enabled program uses
credentials and accesses services. You can disable this optional JAAS feature
by setting the Java property avax.security.auth.useSubjectCredsOnly
to false. Moreover, JGSS performs permission checks only when the application
runs with a security manager.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahajgsscfgmain.htm" title="How you configure your iSeries server to use JGSS depends on which version of the Java 2 Software Development Kit (J2SDK) that you run on your server.">Configuring your iSeries server to use IBM JGSS</a></div>
</div>
</div>
</body>
</html>