85 lines
4.5 KiB
HTML
85 lines
4.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="reference" />
|
|
<meta name="DC.Title" content="com.ibm.security.krb5.internal.tools Class Klist" />
|
|
<meta name="abstract" content="This class can execute as a command-line tool to list entries in credential cache and key tab." />
|
|
<meta name="description" content="This class can execute as a command-line tool to list entries in credential cache and key tab." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahajgssconcept10.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="klsttest" />
|
|
<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>com.ibm.security.krb5.internal.tools Class Klist</title>
|
|
</head>
|
|
<body id="klsttest"><a name="klsttest"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">com.ibm.security.krb5.internal.tools Class Klist</h1>
|
|
<div><p>This class can execute as a command-line tool to list entries in
|
|
credential cache and key tab.</p>
|
|
<div class="section"><p><samp class="codeph">java.lang.Object<br />
|
|
|<br />
|
|
+--com.ibm.security.krb5.internal.tools.Klist</samp></p>
|
|
</div>
|
|
<div class="section"><p>public class <strong>Klist</strong><br />
|
|
extends java.lang.Object</p>
|
|
<p>This class can execute as a command-line
|
|
tool to list entries in credential cache and key tab.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Constructor summary</h4><samp class="codeph">Klist()</samp></div>
|
|
<div class="section"><h4 class="sectiontitle">Method summary</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><tbody><tr><td valign="top" width="16.161616161616163%">static void</td>
|
|
<td valign="top" width="83.83838383838383%"><samp class="codeph">main(java.lang.String[] args)</samp>
|
|
<p>The main program that can be invoked at command line.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<p><strong>Methods inherited from class java.lang.Object</strong></p>
|
|
<p><samp class="codeph">equals,
|
|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</samp></p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Constructor detail</h4><p><strong>Klist</strong></p>
|
|
<p><samp class="codeph">public
|
|
Klist()</samp></p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Method detail</h4><p><strong>main</strong></p>
|
|
<p><samp class="codeph">public static
|
|
void main(java.lang.String[] args)</samp></p>
|
|
<p>The main program that can
|
|
be invoked at command line.</p>
|
|
<p>Usage: java com.ibm.security.krb5.tools.Klist
|
|
[[-c] [-f] [-e] [-a]] [-k [-t] [-K]] [name]</p>
|
|
<div class="p">Available options for credential
|
|
caches:<ul><li><strong>-f</strong> shows credentials flags</li>
|
|
<li><strong>-e</strong> shows the encryption type</li>
|
|
<li><strong>-a</strong> displays the address list</li>
|
|
</ul>
|
|
</div>
|
|
<div class="p">Available options for keytabs:<ul><li><strong>-t</strong> shows keytab entry timestamps</li>
|
|
<li><strong>-K</strong> shows keytab entry DES keys</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahajgssconcept10.htm" title="The identity under which an application engages in JGSS secure communication with a peer is called a principal. A principal may be a real user or an unattended service. A principal acquires security mechanism-specific credentials as proof of identity under that mechanism.">Principals and credentials</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |