ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaha_5.4.0.1/apidocs/index-all.html

927 lines
81 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Wed Aug 30 13:24:07 CDT 2000 -->
<TITLE>
Java Authentication and Authorization Service v1.0: Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="javax/security/auth/spi/LoginModule.html#abort()"><B>abort()</B></A> -
Method in interface javax.security.auth.spi.<A HREF="javax/security/auth/spi/LoginModule.html">LoginModule</A>
<DD>Method to abort the authentication process (phase 2).
<DT><A HREF="javax/security/auth/login/AccountExpiredException.html"><B>AccountExpiredException</B></A> - exception javax.security.auth.login.<A HREF="javax/security/auth/login/AccountExpiredException.html">AccountExpiredException</A>.<DD>Signals that a user account has expired.<DT><A HREF="javax/security/auth/login/AccountExpiredException.html#AccountExpiredException()"><B>AccountExpiredException()</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/AccountExpiredException.html">AccountExpiredException</A>
<DD>Constructs a AccountExpiredException with no detail message.
<DT><A HREF="javax/security/auth/login/AccountExpiredException.html#AccountExpiredException(java.lang.String)"><B>AccountExpiredException(String)</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/AccountExpiredException.html">AccountExpiredException</A>
<DD>Constructs a AccountExpiredException with the specified detail
message.
<DT><A HREF="javax/security/auth/callback/ChoiceCallback.html#allowMultipleSelections()"><B>allowMultipleSelections()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ChoiceCallback.html">ChoiceCallback</A>
<DD>Get the boolean determining whether multiple selections from
the <code>choices</code> list are allowed.
<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.html"><B>AppConfigurationEntry</B></A> - class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.html">AppConfigurationEntry</A>.<DD>This class represents a single <code>LoginModule</code> entry
configured for the application specified in the
<code>getAppConfigurationEntry(String appName)</code>
method in the <code>Configuration</code> class.<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html"><B>AppConfigurationEntry.LoginModuleControlFlag</B></A> - class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html">AppConfigurationEntry.LoginModuleControlFlag</A>.<DD>This class represents whether or not a <code>LoginModule</code>
is REQUIRED, REQUISITE, SUFFICIENT or OPTIONAL.<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.html#AppConfigurationEntry(java.lang.String, javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag, java.util.Map)"><B>AppConfigurationEntry(String, AppConfigurationEntry.LoginModuleControlFlag, Map)</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.html">AppConfigurationEntry</A>
<DD>Default constructor for this class.
<DT><A HREF="javax/security/auth/AuthPermission.html"><B>AuthPermission</B></A> - class javax.security.auth.<A HREF="javax/security/auth/AuthPermission.html">AuthPermission</A>.<DD>This class is for authentication permissions.<DT><A HREF="javax/security/auth/AuthPermission.html#AuthPermission(java.lang.String)"><B>AuthPermission(String)</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/AuthPermission.html">AuthPermission</A>
<DD>Creates a new AuthPermission with the specified name.
<DT><A HREF="javax/security/auth/AuthPermission.html#AuthPermission(java.lang.String, java.lang.String)"><B>AuthPermission(String, String)</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/AuthPermission.html">AuthPermission</A>
<DD>Creates a new AuthPermission object with the specified name.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="javax/security/auth/callback/Callback.html"><B>Callback</B></A> - interface javax.security.auth.callback.<A HREF="javax/security/auth/callback/Callback.html">Callback</A>.<DD> Implementations of this interface are passed to a
<code>CallbackHandler</code>, allowing underlying security services
the ability to interact with a calling application to retrieve specific
authentication data such as usernames and passwords, or to display
certain information, such as error and warning messages.<DT><A HREF="javax/security/auth/callback/CallbackHandler.html"><B>CallbackHandler</B></A> - interface javax.security.auth.callback.<A HREF="javax/security/auth/callback/CallbackHandler.html">CallbackHandler</A>.<DD> An application implements a <code>CallbackHandler</code> and passes
it to underlying security services so that they may interact with
the application to retrieve specific authentication data,
such as usernames and passwords, or to display certain information,
such as error and warning messages.<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#CANCEL"><B>CANCEL</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>CANCEL option.
<DT><A HREF="javax/security/auth/callback/ChoiceCallback.html"><B>ChoiceCallback</B></A> - class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ChoiceCallback.html">ChoiceCallback</A>.<DD> Underlying security services instantiate and pass a
<code>ChoiceCallback</code> to the <code>invokeCallback</code>
method of a <code>CallbackHandler</code> to display a list of choices
and to retrieve the selected choice(s).<DT><A HREF="javax/security/auth/callback/ChoiceCallback.html#ChoiceCallback(java.lang.String, java.lang.String[], int, boolean)"><B>ChoiceCallback(String, String[], int, boolean)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ChoiceCallback.html">ChoiceCallback</A>
<DD>Construct a <code>ChoiceCallback</code> with a prompt,
a list of choices, a default choice, and a boolean specifying
whether or not multiple selections from the list of choices are allowed.
<DT><A HREF="javax/security/auth/callback/PasswordCallback.html#clearPassword()"><B>clearPassword()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/PasswordCallback.html">PasswordCallback</A>
<DD>Clear the retrieved password.
<DT><A HREF="com/ibm/security/auth/package-summary.html"><B>com.ibm.security.auth</B></A> - package com.ibm.security.auth<DD>&nbsp;<DT><A HREF="com/ibm/security/auth/login/package-summary.html"><B>com.ibm.security.auth.login</B></A> - package com.ibm.security.auth.login<DD>&nbsp;<DT><A HREF="javax/security/auth/SubjectDomainCombiner.html#combine(java.security.ProtectionDomain[], java.security.ProtectionDomain[])"><B>combine(ProtectionDomain[], ProtectionDomain[])</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/SubjectDomainCombiner.html">SubjectDomainCombiner</A>
<DD>Update the provided ProtectionDomains with the relevant
Subject-based Permissions.
<DT><A HREF="javax/security/auth/spi/LoginModule.html#commit()"><B>commit()</B></A> -
Method in interface javax.security.auth.spi.<A HREF="javax/security/auth/spi/LoginModule.html">LoginModule</A>
<DD>Method to commit the authentication process (phase 2).
<DT><A HREF="com/ibm/security/auth/login/ConfigFile.html"><B>ConfigFile</B></A> - class com.ibm.security.auth.login.<A HREF="com/ibm/security/auth/login/ConfigFile.html">ConfigFile</A>.<DD>This class represents a default implementation for
<code>javax.security.auth.login.Configuration</code>.<DT><A HREF="com/ibm/security/auth/login/ConfigFile.html#ConfigFile()"><B>ConfigFile()</B></A> -
Constructor for class com.ibm.security.auth.login.<A HREF="com/ibm/security/auth/login/ConfigFile.html">ConfigFile</A>
<DD>Create a new <code>Configuration</code> object.
<DT><A HREF="javax/security/auth/login/Configuration.html"><B>Configuration</B></A> - class javax.security.auth.login.<A HREF="javax/security/auth/login/Configuration.html">Configuration</A>.<DD> This is an abstract class for representing the configuration of
LoginModules under an application.<DT><A HREF="javax/security/auth/login/Configuration.html#Configuration()"><B>Configuration()</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/Configuration.html">Configuration</A>
<DD>Sole constructor.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html"><B>ConfirmationCallback</B></A> - class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>.<DD> Underlying security services instantiate and pass a
<code>ConfirmationCallback</code> to the <code>invokeCallback</code>
method of a <code>CallbackHandler</code> to ask for YES/NO,
OK/CANCEL, YES/NO/CANCEL or other similar confirmations.<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#ConfirmationCallback(int, int, int)"><B>ConfirmationCallback(int, int, int)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Construct a <code>ConfirmationCallback</code> with a
message type, an option type and a default option.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#ConfirmationCallback(int, java.lang.String[], int)"><B>ConfirmationCallback(int, String[], int)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Construct a <code>ConfirmationCallback</code> with a
message type, a list of options and a default option.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#ConfirmationCallback(java.lang.String, int, int, int)"><B>ConfirmationCallback(String, int, int, int)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Construct a <code>ConfirmationCallback</code> with a prompt,
message type, an option type and a default option.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#ConfirmationCallback(java.lang.String, int, java.lang.String[], int)"><B>ConfirmationCallback(String, int, String[], int)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Construct a <code>ConfirmationCallback</code> with a prompt,
message type, a list of options and a default option.
<DT><A HREF="javax/security/auth/login/CredentialExpiredException.html"><B>CredentialExpiredException</B></A> - exception javax.security.auth.login.<A HREF="javax/security/auth/login/CredentialExpiredException.html">CredentialExpiredException</A>.<DD>Signals that a <code>Credential</code> has expired.<DT><A HREF="javax/security/auth/login/CredentialExpiredException.html#CredentialExpiredException()"><B>CredentialExpiredException()</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/CredentialExpiredException.html">CredentialExpiredException</A>
<DD>Constructs a CredentialExpiredException with no detail message.
<DT><A HREF="javax/security/auth/login/CredentialExpiredException.html#CredentialExpiredException(java.lang.String)"><B>CredentialExpiredException(String)</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/CredentialExpiredException.html">CredentialExpiredException</A>
<DD>Constructs a CredentialExpiredException with the specified detail
message.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="javax/security/auth/Destroyable.html#destroy()"><B>destroy()</B></A> -
Method in interface javax.security.auth.<A HREF="javax/security/auth/Destroyable.html">Destroyable</A>
<DD>Destroy this <code>Object</code>.
<DT><A HREF="javax/security/auth/Destroyable.html"><B>Destroyable</B></A> - interface javax.security.auth.<A HREF="javax/security/auth/Destroyable.html">Destroyable</A>.<DD>Objects such as credentials may optionally implement this interface
to provide the capability to destroy its contents.<DT><A HREF="javax/security/auth/DestroyFailedException.html"><B>DestroyFailedException</B></A> - exception javax.security.auth.<A HREF="javax/security/auth/DestroyFailedException.html">DestroyFailedException</A>.<DD>Signals that a <code>destroy</code> operation failed.<DT><A HREF="javax/security/auth/DestroyFailedException.html#DestroyFailedException()"><B>DestroyFailedException()</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/DestroyFailedException.html">DestroyFailedException</A>
<DD>Constructs a DestroyFailedException with no detail message.
<DT><A HREF="javax/security/auth/DestroyFailedException.html#DestroyFailedException(java.lang.String)"><B>DestroyFailedException(String)</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/DestroyFailedException.html">DestroyFailedException</A>
<DD>Constructs a DestroyFailedException with the specified detail
message.
<DT><A HREF="javax/security/auth/Subject.html#doAs(javax.security.auth.Subject, java.security.PrivilegedAction)"><B>doAs(Subject, PrivilegedAction)</B></A> -
Static method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Perform work as a particular <code>Subject</code>.
<DT><A HREF="com/ibm/security/auth/ThreadSubject.html#doAs(javax.security.auth.Subject, java.security.PrivilegedAction)"><B>doAs(Subject, PrivilegedAction)</B></A> -
Static method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ThreadSubject.html">ThreadSubject</A>
<DD>Perform work as a particular <code>Subject</code>.
<DT><A HREF="javax/security/auth/Subject.html#doAs(javax.security.auth.Subject, java.security.PrivilegedExceptionAction)"><B>doAs(Subject, PrivilegedExceptionAction)</B></A> -
Static method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Perform work as a particular <code>Subject</code>.
<DT><A HREF="com/ibm/security/auth/ThreadSubject.html#doAs(javax.security.auth.Subject, java.security.PrivilegedExceptionAction)"><B>doAs(Subject, PrivilegedExceptionAction)</B></A> -
Static method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ThreadSubject.html">ThreadSubject</A>
<DD>Perform work as a particular <code>Subject</code>.
<DT><A HREF="javax/security/auth/Subject.html#doAsPrivileged(javax.security.auth.Subject, java.security.PrivilegedAction, java.security.AccessControlContext)"><B>doAsPrivileged(Subject, PrivilegedAction, AccessControlContext)</B></A> -
Static method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Perform privileged work as a particular <code>Subject</code>.
<DT><A HREF="com/ibm/security/auth/ThreadSubject.html#doAsPrivileged(javax.security.auth.Subject, java.security.PrivilegedAction, java.security.AccessControlContext)"><B>doAsPrivileged(Subject, PrivilegedAction, AccessControlContext)</B></A> -
Static method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ThreadSubject.html">ThreadSubject</A>
<DD>Perform work as a particular <code>Subject</code>.
<DT><A HREF="javax/security/auth/Subject.html#doAsPrivileged(javax.security.auth.Subject, java.security.PrivilegedExceptionAction, java.security.AccessControlContext)"><B>doAsPrivileged(Subject, PrivilegedExceptionAction, AccessControlContext)</B></A> -
Static method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Perform privileged work as a particular <code>Subject</code>.
<DT><A HREF="com/ibm/security/auth/ThreadSubject.html#doAsPrivileged(javax.security.auth.Subject, java.security.PrivilegedExceptionAction, java.security.AccessControlContext)"><B>doAsPrivileged(Subject, PrivilegedExceptionAction, AccessControlContext)</B></A> -
Static method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ThreadSubject.html">ThreadSubject</A>
<DD>Perform work as a particular <code>Subject</code>.
<DT><A HREF="com/ibm/security/auth/DomainIDPrincipal.html"><B>DomainIDPrincipal</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/DomainIDPrincipal.html">DomainIDPrincipal</A>.<DD> This class extends the <code>JAASPrincipal</code> class and
represents the domain ID the user is currently logged onto.<DT><A HREF="com/ibm/security/auth/DomainIDPrincipal.html#DomainIDPrincipal(java.lang.String)"><B>DomainIDPrincipal(String)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/DomainIDPrincipal.html">DomainIDPrincipal</A>
<DD>Create an <code>DomainIDPrincipal</code> using a
<code>String</code> representation of the domain.
<DT><A HREF="com/ibm/security/auth/DomainPrincipal.html"><B>DomainPrincipal</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/DomainPrincipal.html">DomainPrincipal</A>.<DD> This class extends the <code>JAASPrincipal</code> class and
represents the domain the user is currently logged onto.<DT><A HREF="com/ibm/security/auth/DomainPrincipal.html#DomainPrincipal(java.lang.String)"><B>DomainPrincipal(String)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/DomainPrincipal.html">DomainPrincipal</A>
<DD>Create an <code>DomainPrincipal</code> using a
<code>String</code> representation of the domain.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="javax/security/auth/PrivateCredentialPermission.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/PrivateCredentialPermission.html">PrivateCredentialPermission</A>
<DD>Checks two <code>PrivateCredentialPermission</code> objects for
equality.
<DT><A HREF="javax/security/auth/Subject.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Compares the specified Object with this <code>Subject</code>
for equality.
<DT><A HREF="com/ibm/security/auth/X500Principal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/X500Principal.html">X500Principal</A>
<DD>Compares the specified Object with this <code>X500Principal</code>
for equality.
<DT><A HREF="com/ibm/security/auth/JAASPrincipal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/JAASPrincipal.html">JAASPrincipal</A>
<DD>Compares the specified Object with this <code>JAASPrincipal</code>
for equality.
<DT><A HREF="com/ibm/security/auth/ServerPrincipal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ServerPrincipal.html">ServerPrincipal</A>
<DD>Compares the specified Object with this <code>ServerPrincipal</code>
for equality.
<DT><A HREF="com/ibm/security/auth/UserIDPrincipal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/UserIDPrincipal.html">UserIDPrincipal</A>
<DD>Compares the specified Object with this
<code>UserIDPrincipal</code>
for equality.
<DT><A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html">PrimaryGroupIDPrincipal</A>
<DD>Compares the specified Object with this
<code>PrimaryGroupIDPrincipal</code>
for equality.
<DT><A HREF="com/ibm/security/auth/WkstationPrincipal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/WkstationPrincipal.html">WkstationPrincipal</A>
<DD>Compares the specified Object with this <code>WkstationPrincipal</code>
for equality.
<DT><A HREF="com/ibm/security/auth/DomainPrincipal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/DomainPrincipal.html">DomainPrincipal</A>
<DD>Compares the specified Object with this <code>DomainPrincipal</code>
for equality.
<DT><A HREF="com/ibm/security/auth/GroupIDPrincipal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/GroupIDPrincipal.html">GroupIDPrincipal</A>
<DD>Compares the specified Object with this
<code>GroupIDPrincipal</code>
for equality.
<DT><A HREF="com/ibm/security/auth/UsernamePrincipal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/UsernamePrincipal.html">UsernamePrincipal</A>
<DD>Compares the specified Object with this <code>UsernamePrincipal</code>
for equality.
<DT><A HREF="com/ibm/security/auth/DomainIDPrincipal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/DomainIDPrincipal.html">DomainIDPrincipal</A>
<DD>Compares the specified Object with this <code>DomainIDPrincipal</code>
for equality.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#ERROR"><B>ERROR</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>ERROR message type.
<DT><A HREF="javax/security/auth/callback/TextOutputCallback.html#ERROR"><B>ERROR</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextOutputCallback.html">TextOutputCallback</A>
<DD>Error message
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="javax/security/auth/login/FailedLoginException.html"><B>FailedLoginException</B></A> - exception javax.security.auth.login.<A HREF="javax/security/auth/login/FailedLoginException.html">FailedLoginException</A>.<DD>Signals that user authentication failed.<DT><A HREF="javax/security/auth/login/FailedLoginException.html#FailedLoginException()"><B>FailedLoginException()</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/FailedLoginException.html">FailedLoginException</A>
<DD>Constructs a FailedLoginException with no detail message.
<DT><A HREF="javax/security/auth/login/FailedLoginException.html#FailedLoginException(java.lang.String)"><B>FailedLoginException(String)</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/FailedLoginException.html">FailedLoginException</A>
<DD>Constructs a FailedLoginException with the specified detail
message.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="javax/security/auth/PrivateCredentialPermission.html#getActions()"><B>getActions()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/PrivateCredentialPermission.html">PrivateCredentialPermission</A>
<DD>Returns the "canonical string representation" of the actions.
<DT><A HREF="javax/security/auth/login/Configuration.html#getAppConfigurationEntry(java.lang.String)"><B>getAppConfigurationEntry(String)</B></A> -
Method in class javax.security.auth.login.<A HREF="javax/security/auth/login/Configuration.html">Configuration</A>
<DD>Retrieve an array of AppConfigurationEntries which corresponds to
the configuration of LoginModules for this application.
<DT><A HREF="com/ibm/security/auth/login/ConfigFile.html#getAppConfigurationEntry(java.lang.String)"><B>getAppConfigurationEntry(String)</B></A> -
Method in class com.ibm.security.auth.login.<A HREF="com/ibm/security/auth/login/ConfigFile.html">ConfigFile</A>
<DD>Retrieve an entry from the Configuration using an application name
as an index.
<DT><A HREF="javax/security/auth/callback/UnsupportedCallbackException.html#getCallback()"><B>getCallback()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/UnsupportedCallbackException.html">UnsupportedCallbackException</A>
<DD>Get the unrecognized <code>Callback</code>.
<DT><A HREF="javax/security/auth/callback/ChoiceCallback.html#getChoices()"><B>getChoices()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ChoiceCallback.html">ChoiceCallback</A>
<DD>Get the list of choices.
<DT><A HREF="javax/security/auth/login/Configuration.html#getConfiguration()"><B>getConfiguration()</B></A> -
Static method in class javax.security.auth.login.<A HREF="javax/security/auth/login/Configuration.html">Configuration</A>
<DD>Get the current Login Configuration.
<DT><A HREF="com/ibm/security/auth/Resources.html#getContents()"><B>getContents()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/Resources.html">Resources</A>
<DD>Returns the contents of this <code>ResourceBundle</code>.
<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.html#getControlFlag()"><B>getControlFlag()</B></A> -
Method in class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.html">AppConfigurationEntry</A>
<DD>Return the controlFlag
(either REQUIRED, REQUISITE, SUFFICIENT, or OPTIONAL)
for this <code>LoginModule</code>.
<DT><A HREF="javax/security/auth/PrivateCredentialPermission.html#getCredentialClass()"><B>getCredentialClass()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/PrivateCredentialPermission.html">PrivateCredentialPermission</A>
<DD>Returns the Class name of the Credential associated with this
<code>PrivateCredentialPermission</code>.
<DT><A HREF="javax/security/auth/callback/ChoiceCallback.html#getDefaultChoice()"><B>getDefaultChoice()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ChoiceCallback.html">ChoiceCallback</A>
<DD>Get the defaultChoice.
<DT><A HREF="javax/security/auth/callback/NameCallback.html#getDefaultName()"><B>getDefaultName()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/NameCallback.html">NameCallback</A>
<DD>Get the default name.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#getDefaultOption()"><B>getDefaultOption()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Get the default option.
<DT><A HREF="javax/security/auth/callback/TextInputCallback.html#getDefaultText()"><B>getDefaultText()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextInputCallback.html">TextInputCallback</A>
<DD>Get the default text.
<DT><A HREF="javax/security/auth/callback/LanguageCallback.html#getLocale()"><B>getLocale()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/LanguageCallback.html">LanguageCallback</A>
<DD>Get the retrieved <code>Locale</code>.
<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.html#getLoginModuleName()"><B>getLoginModuleName()</B></A> -
Method in class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.html">AppConfigurationEntry</A>
<DD>Get the class name of the configured <code>LoginModule</code>.
<DT><A HREF="javax/security/auth/callback/TextOutputCallback.html#getMessage()"><B>getMessage()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextOutputCallback.html">TextOutputCallback</A>
<DD>Get the message to be displayed.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#getMessageType()"><B>getMessageType()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Get the message type.
<DT><A HREF="javax/security/auth/callback/TextOutputCallback.html#getMessageType()"><B>getMessageType()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextOutputCallback.html">TextOutputCallback</A>
<DD>Get the message type.
<DT><A HREF="javax/security/auth/callback/NameCallback.html#getName()"><B>getName()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/NameCallback.html">NameCallback</A>
<DD>Get the retrieved name.
<DT><A HREF="com/ibm/security/auth/X500Principal.html#getName()"><B>getName()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/X500Principal.html">X500Principal</A>
<DD>Return the Unix username for this <code>X500Principal</code>.
<DT><A HREF="com/ibm/security/auth/JAASPrincipal.html#getName()"><B>getName()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/JAASPrincipal.html">JAASPrincipal</A>
<DD>Return a string name of this <code>JAASPrincipal</code>.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#getOptions()"><B>getOptions()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Get the confirmation options.
<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.html#getOptions()"><B>getOptions()</B></A> -
Method in class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.html">AppConfigurationEntry</A>
<DD>Get the options configured for this <code>LoginModule</code>.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#getOptionType()"><B>getOptionType()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Get the option type.
<DT><A HREF="javax/security/auth/callback/PasswordCallback.html#getPassword()"><B>getPassword()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/PasswordCallback.html">PasswordCallback</A>
<DD>Get the retrieved password.
<DT><A HREF="javax/security/auth/Policy.html#getPermissions(javax.security.auth.Subject, java.security.CodeSource)"><B>getPermissions(Subject, CodeSource)</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Policy.html">Policy</A>
<DD>Retrieve the Permissions granted to the Principals associated with
the specified <code>CodeSource</code>.
<DT><A HREF="com/ibm/security/auth/PolicyFile.html#getPermissions(javax.security.auth.Subject, java.security.CodeSource)"><B>getPermissions(Subject, CodeSource)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/PolicyFile.html">PolicyFile</A>
<DD>Examines this <code>Policy</code> and returns the Permissions granted
to the specified <code>Subject</code> and <code>CodeSource</code>.
<DT><A HREF="javax/security/auth/Policy.html#getPolicy()"><B>getPolicy()</B></A> -
Static method in class javax.security.auth.<A HREF="javax/security/auth/Policy.html">Policy</A>
<DD>Returns the installed Policy object.
<DT><A HREF="javax/security/auth/PrivateCredentialPermission.html#getPrincipals()"><B>getPrincipals()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/PrivateCredentialPermission.html">PrivateCredentialPermission</A>
<DD>Returns the <code>Principal</code> classes and names
associated with this <code>PrivateCredentialPermission</code>.
<DT><A HREF="javax/security/auth/Subject.html#getPrincipals()"><B>getPrincipals()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Return the <code>Set</code> of Principals associated with this
<code>Subject</code>.
<DT><A HREF="javax/security/auth/Subject.html#getPrincipals(java.lang.Class)"><B>getPrincipals(Class)</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Return a <code>Set</code> of Principals associated with this
<code>Subject</code> that are instances or subclasses of the specified
<code>Class</code>.
<DT><A HREF="javax/security/auth/Subject.html#getPrivateCredentials()"><B>getPrivateCredentials()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Return the <code>Set</code> of private credentials held by this
<code>Subject</code>.
<DT><A HREF="javax/security/auth/Subject.html#getPrivateCredentials(java.lang.Class)"><B>getPrivateCredentials(Class)</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Return a <code>Set</code> of private credentials associated with this
<code>Subject</code> that are instances or subclasses of the specified
<code>Class</code>.
<DT><A HREF="javax/security/auth/callback/NameCallback.html#getPrompt()"><B>getPrompt()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/NameCallback.html">NameCallback</A>
<DD>Get the prompt.
<DT><A HREF="javax/security/auth/callback/TextInputCallback.html#getPrompt()"><B>getPrompt()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextInputCallback.html">TextInputCallback</A>
<DD>Get the prompt.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#getPrompt()"><B>getPrompt()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Get the prompt.
<DT><A HREF="javax/security/auth/callback/ChoiceCallback.html#getPrompt()"><B>getPrompt()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ChoiceCallback.html">ChoiceCallback</A>
<DD>Get the prompt.
<DT><A HREF="javax/security/auth/callback/PasswordCallback.html#getPrompt()"><B>getPrompt()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/PasswordCallback.html">PasswordCallback</A>
<DD>Get the prompt.
<DT><A HREF="javax/security/auth/Subject.html#getPublicCredentials()"><B>getPublicCredentials()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Return the <code>Set</code> of public credentials held by this
<code>Subject</code>.
<DT><A HREF="javax/security/auth/Subject.html#getPublicCredentials(java.lang.Class)"><B>getPublicCredentials(Class)</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Return a <code>Set</code> of public credentials associated with this
<code>Subject</code> that are instances or subclasses of the specified
<code>Class</code>.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#getSelectedIndex()"><B>getSelectedIndex()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Get the selected confirmation option.
<DT><A HREF="javax/security/auth/callback/ChoiceCallback.html#getSelectedIndexes()"><B>getSelectedIndexes()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ChoiceCallback.html">ChoiceCallback</A>
<DD>Get the selected choices.
<DT><A HREF="javax/security/auth/SubjectDomainCombiner.html#getSubject()"><B>getSubject()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/SubjectDomainCombiner.html">SubjectDomainCombiner</A>
<DD>Get the <code>Subject</code> associated with this
<code>SubjectDomainCombiner</code>.
<DT><A HREF="javax/security/auth/login/LoginContext.html#getSubject()"><B>getSubject()</B></A> -
Method in class javax.security.auth.login.<A HREF="javax/security/auth/login/LoginContext.html">LoginContext</A>
<DD>Return the authenticated Subject.
<DT><A HREF="javax/security/auth/Subject.html#getSubject(java.security.AccessControlContext)"><B>getSubject(AccessControlContext)</B></A> -
Static method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Get the <code>Subject</code> associated with the provided
<code>AccessControlContext</code>.
<DT><A HREF="javax/security/auth/callback/TextInputCallback.html#getText()"><B>getText()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextInputCallback.html">TextInputCallback</A>
<DD>Get the retrieved text.
<DT><A HREF="com/ibm/security/auth/GroupIDPrincipal.html"><B>GroupIDPrincipal</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/GroupIDPrincipal.html">GroupIDPrincipal</A>.<DD> This class extends the <code>JAASPrincipal</code> class
and represents a user's group identification (GID).<DT><A HREF="com/ibm/security/auth/GroupIDPrincipal.html#GroupIDPrincipal(long)"><B>GroupIDPrincipal(long)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/GroupIDPrincipal.html">GroupIDPrincipal</A>
<DD>Create an <code>GroupIDPrincipal</code> using a
long representation of the user's group
identification number (GID).
<DT><A HREF="com/ibm/security/auth/GroupIDPrincipal.html#GroupIDPrincipal(java.lang.String)"><B>GroupIDPrincipal(String)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/GroupIDPrincipal.html">GroupIDPrincipal</A>
<DD>Create a <code>GroupIDPrincipal</code> using a
<code>String</code> representation of the user's
group identification (GID).
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="javax/security/auth/callback/CallbackHandler.html#handle(javax.security.auth.callback.Callback[])"><B>handle(Callback[])</B></A> -
Method in interface javax.security.auth.callback.<A HREF="javax/security/auth/callback/CallbackHandler.html">CallbackHandler</A>
<DD> Retrieve or display the information requested in the
provided Callbacks.
<DT><A HREF="javax/security/auth/PrivateCredentialPermission.html#hashCode()"><B>hashCode()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/PrivateCredentialPermission.html">PrivateCredentialPermission</A>
<DD>Returns the hash code value for this object.
<DT><A HREF="javax/security/auth/Subject.html#hashCode()"><B>hashCode()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Returns a hashcode for this <code>Subject</code>.
<DT><A HREF="com/ibm/security/auth/X500Principal.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/X500Principal.html">X500Principal</A>
<DD>Return a hash code for this <code>X500Principal</code>.
<DT><A HREF="com/ibm/security/auth/JAASPrincipal.html#hashCode()"><B>hashCode()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/JAASPrincipal.html">JAASPrincipal</A>
<DD>Return a hash code for this <code>JAASPrincipal</code>.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="javax/security/auth/PrivateCredentialPermission.html#implies(java.security.Permission)"><B>implies(Permission)</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/PrivateCredentialPermission.html">PrivateCredentialPermission</A>
<DD>Checks if this <code>PrivateCredentialPermission</code> implies
the specified <code>Permission</code>.
<DT><A HREF="com/ibm/security/auth/PrincipalComparator.html#implies(javax.security.auth.Subject)"><B>implies(Subject)</B></A> -
Method in interface com.ibm.security.auth.<A HREF="com/ibm/security/auth/PrincipalComparator.html">PrincipalComparator</A>
<DD>Check if the specified <code>Subject</code> is implied by
this object.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#INFORMATION"><B>INFORMATION</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>INFORMATION message type.
<DT><A HREF="javax/security/auth/callback/TextOutputCallback.html#INFORMATION"><B>INFORMATION</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextOutputCallback.html">TextOutputCallback</A>
<DD>Information message
<DT><A HREF="javax/security/auth/spi/LoginModule.html#initialize(javax.security.auth.Subject, javax.security.auth.callback.CallbackHandler, java.util.Map, java.util.Map)"><B>initialize(Subject, CallbackHandler, Map, Map)</B></A> -
Method in interface javax.security.auth.spi.<A HREF="javax/security/auth/spi/LoginModule.html">LoginModule</A>
<DD>Initialize this LoginModule.
<DT><A HREF="javax/security/auth/Refreshable.html#isCurrent()"><B>isCurrent()</B></A> -
Method in interface javax.security.auth.<A HREF="javax/security/auth/Refreshable.html">Refreshable</A>
<DD>Determine if this <code>Object</code> is current.
<DT><A HREF="javax/security/auth/Destroyable.html#isDestroyed()"><B>isDestroyed()</B></A> -
Method in interface javax.security.auth.<A HREF="javax/security/auth/Destroyable.html">Destroyable</A>
<DD>Determine if this <code>Object</code> has been destroyed.
<DT><A HREF="javax/security/auth/callback/PasswordCallback.html#isEchoOn()"><B>isEchoOn()</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/PasswordCallback.html">PasswordCallback</A>
<DD>Return whether the password
should be displayed as it is being typed.
<DT><A HREF="javax/security/auth/Subject.html#isReadOnly()"><B>isReadOnly()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Query whether this <code>Subject</code> is read-only.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="com/ibm/security/auth/JAASPrincipal.html"><B>JAASPrincipal</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/JAASPrincipal.html">JAASPrincipal</A>.<DD> This class implements the <code>Principal</code> interface
and represents general information about a user, group or domain.<DT><A HREF="com/ibm/security/auth/JAASPrincipal.html#JAASPrincipal(java.lang.String)"><B>JAASPrincipal(String)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/JAASPrincipal.html">JAASPrincipal</A>
<DD>Create a <code>JAASPrincipal</code> with an identifying name.
<DT><A HREF="javax/security/auth/package-summary.html"><B>javax.security.auth</B></A> - package javax.security.auth<DD>&nbsp;<DT><A HREF="javax/security/auth/callback/package-summary.html"><B>javax.security.auth.callback</B></A> - package javax.security.auth.callback<DD>&nbsp;<DT><A HREF="javax/security/auth/login/package-summary.html"><B>javax.security.auth.login</B></A> - package javax.security.auth.login<DD>&nbsp;<DT><A HREF="javax/security/auth/spi/package-summary.html"><B>javax.security.auth.spi</B></A> - package javax.security.auth.spi<DD>&nbsp;</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="javax/security/auth/callback/LanguageCallback.html"><B>LanguageCallback</B></A> - class javax.security.auth.callback.<A HREF="javax/security/auth/callback/LanguageCallback.html">LanguageCallback</A>.<DD> Underlying security services instantiate and pass a
<code>LanguageCallback</code> to the <code>invokeCallback</code>
method of a <code>CallbackHandler</code> to retrieve the <code>Locale</code>
used for localizing text.<DT><A HREF="javax/security/auth/callback/LanguageCallback.html#LanguageCallback()"><B>LanguageCallback()</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/LanguageCallback.html">LanguageCallback</A>
<DD>Construct a <code>LanguageCallback</code>.
<DT><A HREF="javax/security/auth/login/LoginContext.html#login()"><B>login()</B></A> -
Method in class javax.security.auth.login.<A HREF="javax/security/auth/login/LoginContext.html">LoginContext</A>
<DD>Perform the authentication and, if successful,
associate Principals and Credentials with the authenticated
<code>Subject</code>.
<DT><A HREF="javax/security/auth/spi/LoginModule.html#login()"><B>login()</B></A> -
Method in interface javax.security.auth.spi.<A HREF="javax/security/auth/spi/LoginModule.html">LoginModule</A>
<DD>Method to authenticate a <code>Subject</code> (phase 1).
<DT><A HREF="javax/security/auth/login/LoginContext.html"><B>LoginContext</B></A> - class javax.security.auth.login.<A HREF="javax/security/auth/login/LoginContext.html">LoginContext</A>.<DD> The <code>LoginContext</code> class describes the basic methods used
to authenticate Subjects and provides a way to develop an
application independent of the underlying authentication technology.<DT><A HREF="javax/security/auth/login/LoginContext.html#LoginContext(java.lang.String)"><B>LoginContext(String)</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/LoginContext.html">LoginContext</A>
<DD>Constructor for the <code>LoginContext</code> class.
<DT><A HREF="javax/security/auth/login/LoginContext.html#LoginContext(java.lang.String, javax.security.auth.callback.CallbackHandler)"><B>LoginContext(String, CallbackHandler)</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/LoginContext.html">LoginContext</A>
<DD>Constructor for the <code>LoginContext</code> class.
<DT><A HREF="javax/security/auth/login/LoginContext.html#LoginContext(java.lang.String, javax.security.auth.Subject)"><B>LoginContext(String, Subject)</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/LoginContext.html">LoginContext</A>
<DD>Constructor for the <code>LoginContext</code> class.
<DT><A HREF="javax/security/auth/login/LoginContext.html#LoginContext(java.lang.String, javax.security.auth.Subject, javax.security.auth.callback.CallbackHandler)"><B>LoginContext(String, Subject, CallbackHandler)</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/LoginContext.html">LoginContext</A>
<DD>Constructor for the <code>LoginContext</code> class.
<DT><A HREF="javax/security/auth/login/LoginException.html"><B>LoginException</B></A> - exception javax.security.auth.login.<A HREF="javax/security/auth/login/LoginException.html">LoginException</A>.<DD>This is the basic login exception.<DT><A HREF="javax/security/auth/login/LoginException.html#LoginException()"><B>LoginException()</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/LoginException.html">LoginException</A>
<DD>Constructs a LoginException with no detail message.
<DT><A HREF="javax/security/auth/login/LoginException.html#LoginException(java.lang.String)"><B>LoginException(String)</B></A> -
Constructor for class javax.security.auth.login.<A HREF="javax/security/auth/login/LoginException.html">LoginException</A>
<DD>Constructs a LoginException with the specified detail message.
<DT><A HREF="javax/security/auth/spi/LoginModule.html"><B>LoginModule</B></A> - interface javax.security.auth.spi.<A HREF="javax/security/auth/spi/LoginModule.html">LoginModule</A>.<DD> <code>LoginModule</code> describes the interface
implemented by authentication technology providers.<DT><A HREF="javax/security/auth/login/LoginContext.html#logout()"><B>logout()</B></A> -
Method in class javax.security.auth.login.<A HREF="javax/security/auth/login/LoginContext.html">LoginContext</A>
<DD>Logout the <code>Subject</code>.
<DT><A HREF="javax/security/auth/spi/LoginModule.html#logout()"><B>logout()</B></A> -
Method in interface javax.security.auth.spi.<A HREF="javax/security/auth/spi/LoginModule.html">LoginModule</A>
<DD>Method which logs out a <code>Subject</code>.
<DT><A HREF="com/ibm/security/auth/UserIDPrincipal.html#longValue()"><B>longValue()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/UserIDPrincipal.html">UserIDPrincipal</A>
<DD>Return the user identification number (UID) for this
<code>UserIDPrincipal</code> as a long.
<DT><A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html#longValue()"><B>longValue()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html">PrimaryGroupIDPrincipal</A>
<DD>Return the user's primary group identification number (GID)
for this <code>PrimaryGroupIDPrincipal</code> as a long.
<DT><A HREF="com/ibm/security/auth/GroupIDPrincipal.html#longValue()"><B>longValue()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/GroupIDPrincipal.html">GroupIDPrincipal</A>
<DD>Return the user's group identification number (GID)
for this <code>GroupIDPrincipal</code> as a long.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="javax/security/auth/callback/NameCallback.html"><B>NameCallback</B></A> - class javax.security.auth.callback.<A HREF="javax/security/auth/callback/NameCallback.html">NameCallback</A>.<DD> Underlying security services instantiate and pass a
<code>NameCallback</code> to the <code>invokeCallback</code>
method of a <code>CallbackHandler</code> to retrieve name information.<DT><A HREF="javax/security/auth/callback/NameCallback.html#NameCallback(java.lang.String)"><B>NameCallback(String)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/NameCallback.html">NameCallback</A>
<DD>Construct a <code>NameCallback</code> with a prompt.
<DT><A HREF="javax/security/auth/callback/NameCallback.html#NameCallback(java.lang.String, java.lang.String)"><B>NameCallback(String, String)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/NameCallback.html">NameCallback</A>
<DD>Construct a <code>NameCallback</code> with a prompt
and default name.
<DT><A HREF="javax/security/auth/PrivateCredentialPermission.html#newPermissionCollection()"><B>newPermissionCollection()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/PrivateCredentialPermission.html">PrivateCredentialPermission</A>
<DD>Return a homogeneous collection of PrivateCredentialPermissions
in a <code>PermissionCollection</code>.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#NO"><B>NO</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>NO option.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#OK"><B>OK</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>OK option.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#OK_CANCEL_OPTION"><B>OK_CANCEL_OPTION</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>OK/CANCEL confirmation confirmation option.
<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html#OPTIONAL"><B>OPTIONAL</B></A> -
Static variable in class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html">AppConfigurationEntry.LoginModuleControlFlag</A>
<DD>Optional <code>LoginModule</code>.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="javax/security/auth/callback/PasswordCallback.html"><B>PasswordCallback</B></A> - class javax.security.auth.callback.<A HREF="javax/security/auth/callback/PasswordCallback.html">PasswordCallback</A>.<DD> Underlying security services instantiate and pass a
<code>PasswordCallback</code> to the <code>invokeCallback</code>
method of a <code>CallbackHandler</code> to retrieve password information.<DT><A HREF="javax/security/auth/callback/PasswordCallback.html#PasswordCallback(java.lang.String, boolean)"><B>PasswordCallback(String, boolean)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/PasswordCallback.html">PasswordCallback</A>
<DD>Construct a <code>PasswordCallback</code> with a prompt
and a boolean specifying whether the password should be displayed
as it is being typed.
<DT><A HREF="javax/security/auth/Policy.html"><B>Policy</B></A> - class javax.security.auth.<A HREF="javax/security/auth/Policy.html">Policy</A>.<DD> This is an abstract class for representing the system policy for
Subject-based authorization.<DT><A HREF="javax/security/auth/Policy.html#Policy()"><B>Policy()</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/Policy.html">Policy</A>
<DD>Sole constructor.
<DT><A HREF="com/ibm/security/auth/PolicyFile.html"><B>PolicyFile</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/PolicyFile.html">PolicyFile</A>.<DD>This class represents a default implementation for
<code>javax.security.auth.Policy</code>.<DT><A HREF="com/ibm/security/auth/PolicyFile.html#PolicyFile()"><B>PolicyFile()</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/PolicyFile.html">PolicyFile</A>
<DD>Initializes the Policy object and reads the default policy
configuration file(s) into the Policy object.
<DT><A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html"><B>PrimaryGroupIDPrincipal</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html">PrimaryGroupIDPrincipal</A>.<DD> This class extends the <code>JAASPrincipal</code> class
and represents a user's primary group identification (GID).<DT><A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html#PrimaryGroupIDPrincipal(long)"><B>PrimaryGroupIDPrincipal(long)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html">PrimaryGroupIDPrincipal</A>
<DD>Create an <code>PrimaryGroupIDPrincipal</code> using a
long representation of the user's primary group
identification number (GID).
<DT><A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html#PrimaryGroupIDPrincipal(java.lang.String)"><B>PrimaryGroupIDPrincipal(String)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html">PrimaryGroupIDPrincipal</A>
<DD>Create a <code>PrimaryGroupIDPrincipal</code> using a
<code>String</code> representation of the user's primary
group identification.
<DT><A HREF="com/ibm/security/auth/PrincipalComparator.html"><B>PrincipalComparator</B></A> - interface com.ibm.security.auth.<A HREF="com/ibm/security/auth/PrincipalComparator.html">PrincipalComparator</A>.<DD>An object that implements the <code>java.security.Principal</code>
interface typically also implements this interface to provide
a means for comparing that object to a specified <code>Subject</code>.<DT><A HREF="javax/security/auth/PrivateCredentialPermission.html"><B>PrivateCredentialPermission</B></A> - class javax.security.auth.<A HREF="javax/security/auth/PrivateCredentialPermission.html">PrivateCredentialPermission</A>.<DD>This class is used to protect access to private Credentials
belonging to a particular <code>Subject</code>.<DT><A HREF="javax/security/auth/PrivateCredentialPermission.html#PrivateCredentialPermission(java.lang.String, java.lang.String)"><B>PrivateCredentialPermission(String, String)</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/PrivateCredentialPermission.html">PrivateCredentialPermission</A>
<DD>Creates a new <code>PrivateCredentialPermission</code>
with the specified <code>name</code>.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="javax/security/auth/Refreshable.html#refresh()"><B>refresh()</B></A> -
Method in interface javax.security.auth.<A HREF="javax/security/auth/Refreshable.html">Refreshable</A>
<DD>Update or extend the validity period for this
<code>Object</code>.
<DT><A HREF="javax/security/auth/Policy.html#refresh()"><B>refresh()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Policy.html">Policy</A>
<DD>Refresh and reload the Policy.
<DT><A HREF="javax/security/auth/login/Configuration.html#refresh()"><B>refresh()</B></A> -
Method in class javax.security.auth.login.<A HREF="javax/security/auth/login/Configuration.html">Configuration</A>
<DD>Refresh and reload the Configuration.
<DT><A HREF="com/ibm/security/auth/PolicyFile.html#refresh()"><B>refresh()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/PolicyFile.html">PolicyFile</A>
<DD>Refreshes the policy object by re-reading all the policy files.
<DT><A HREF="com/ibm/security/auth/login/ConfigFile.html#refresh()"><B>refresh()</B></A> -
Method in class com.ibm.security.auth.login.<A HREF="com/ibm/security/auth/login/ConfigFile.html">ConfigFile</A>
<DD>Refresh and reload the Configuration by re-reading all of the
login configurations.
<DT><A HREF="javax/security/auth/Refreshable.html"><B>Refreshable</B></A> - interface javax.security.auth.<A HREF="javax/security/auth/Refreshable.html">Refreshable</A>.<DD>Objects such as credentials may optionally implement this
interface to provide the capability to refresh itself.<DT><A HREF="javax/security/auth/RefreshFailedException.html"><B>RefreshFailedException</B></A> - exception javax.security.auth.<A HREF="javax/security/auth/RefreshFailedException.html">RefreshFailedException</A>.<DD>Signals that a <code>refresh</code> operation failed.<DT><A HREF="javax/security/auth/RefreshFailedException.html#RefreshFailedException()"><B>RefreshFailedException()</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/RefreshFailedException.html">RefreshFailedException</A>
<DD>Constructs a RefreshFailedException with no detail message.
<DT><A HREF="javax/security/auth/RefreshFailedException.html#RefreshFailedException(java.lang.String)"><B>RefreshFailedException(String)</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/RefreshFailedException.html">RefreshFailedException</A>
<DD>Constructs a RefreshFailedException with the specified detail
message.
<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html#REQUIRED"><B>REQUIRED</B></A> -
Static variable in class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html">AppConfigurationEntry.LoginModuleControlFlag</A>
<DD>Required <code>LoginModule</code>.
<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html#REQUISITE"><B>REQUISITE</B></A> -
Static variable in class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html">AppConfigurationEntry.LoginModuleControlFlag</A>
<DD>Requisite <code>LoginModule</code>.
<DT><A HREF="com/ibm/security/auth/Resources.html"><B>Resources</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/Resources.html">Resources</A>.<DD> This class represents the <code>ResourceBundle</code>
for the following packages:
<DT><A HREF="com/ibm/security/auth/Resources.html#Resources()"><B>Resources()</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/Resources.html">Resources</A>
<DD>&nbsp;
<DT><A HREF="com/ibm/security/auth/ThreadSubject.html#restore()"><B>restore()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ThreadSubject.html">ThreadSubject</A>
<DD>Restore the underlying operating system thread's original identity.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="com/ibm/security/auth/ServerPrincipal.html"><B>ServerPrincipal</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ServerPrincipal.html">ServerPrincipal</A>.<DD> This class extends the <code>JAASPrincipal</code> class
and represents the LAN server that validated a user's logon.<DT><A HREF="com/ibm/security/auth/ServerPrincipal.html#ServerPrincipal(java.lang.String)"><B>ServerPrincipal(String)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ServerPrincipal.html">ServerPrincipal</A>
<DD>Create an <code>ServerPrincipal</code> using a
<code>String</code> representation of the LAN server name.
<DT><A HREF="com/ibm/security/auth/ThreadSubject.html#set(javax.security.auth.Subject)"><B>set(Subject)</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ThreadSubject.html">ThreadSubject</A>
<DD>Set the underlying operating system thread identity.
<DT><A HREF="javax/security/auth/login/Configuration.html#setConfiguration(javax.security.auth.login.Configuration)"><B>setConfiguration(Configuration)</B></A> -
Static method in class javax.security.auth.login.<A HREF="javax/security/auth/login/Configuration.html">Configuration</A>
<DD>Set the current Login <code>Configuration</code>
<DT><A HREF="javax/security/auth/callback/LanguageCallback.html#setLocale(java.util.Locale)"><B>setLocale(Locale)</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/LanguageCallback.html">LanguageCallback</A>
<DD>Set the retrieved <code>Locale</code>.
<DT><A HREF="javax/security/auth/callback/NameCallback.html#setName(java.lang.String)"><B>setName(String)</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/NameCallback.html">NameCallback</A>
<DD>Set the retrieved name.
<DT><A HREF="javax/security/auth/callback/PasswordCallback.html#setPassword(char[])"><B>setPassword(char[])</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/PasswordCallback.html">PasswordCallback</A>
<DD>Set the retrieved password.
<DT><A HREF="javax/security/auth/Policy.html#setPolicy(javax.security.auth.Policy)"><B>setPolicy(Policy)</B></A> -
Static method in class javax.security.auth.<A HREF="javax/security/auth/Policy.html">Policy</A>
<DD>Sets the system-wide Policy object.
<DT><A HREF="javax/security/auth/Subject.html#setReadOnly()"><B>setReadOnly()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Set this <code>Subject</code> to be read-only.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#setSelectedIndex(int)"><B>setSelectedIndex(int)</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Set the selected confirmation option.
<DT><A HREF="javax/security/auth/callback/ChoiceCallback.html#setSelectedIndex(int)"><B>setSelectedIndex(int)</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ChoiceCallback.html">ChoiceCallback</A>
<DD>Set the selected choice.
<DT><A HREF="javax/security/auth/callback/ChoiceCallback.html#setSelectedIndexes(int[])"><B>setSelectedIndexes(int[])</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ChoiceCallback.html">ChoiceCallback</A>
<DD>Set the selected choices.
<DT><A HREF="javax/security/auth/callback/TextInputCallback.html#setText(java.lang.String)"><B>setText(String)</B></A> -
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextInputCallback.html">TextInputCallback</A>
<DD>Set the retrieved text.
<DT><A HREF="javax/security/auth/Subject.html"><B>Subject</B></A> - class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>.<DD> A <code>Subject</code> represents a grouping of related information
for a single entity, such as a person.<DT><A HREF="javax/security/auth/Subject.html#Subject()"><B>Subject()</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Create an instance of a <code>Subject</code>
with an empty <code>Set</code> of Principals and empty
Sets of public and private credentials.
<DT><A HREF="javax/security/auth/Subject.html#Subject(boolean, java.util.Set, java.util.Set, java.util.Set)"><B>Subject(boolean, Set, Set, Set)</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Create an instance of a <code>Subject</code> with
the specified Sets of Principals and credentials.
<DT><A HREF="javax/security/auth/SubjectDomainCombiner.html"><B>SubjectDomainCombiner</B></A> - class javax.security.auth.<A HREF="javax/security/auth/SubjectDomainCombiner.html">SubjectDomainCombiner</A>.<DD>A <code>SubjectDomainCombiner</code> updates the
ProtectionDomains affiliated with an <code>AccessControlContext</code>
with the relevant Subject-based Permissions configured in the
<code>java.security.auth.Policy</code>.<DT><A HREF="javax/security/auth/SubjectDomainCombiner.html#SubjectDomainCombiner(javax.security.auth.Subject)"><B>SubjectDomainCombiner(Subject)</B></A> -
Constructor for class javax.security.auth.<A HREF="javax/security/auth/SubjectDomainCombiner.html">SubjectDomainCombiner</A>
<DD>Associate the provided <code>Subject</code> with this
<code>SubjectDomainCombiner</code>.
<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html#SUFFICIENT"><B>SUFFICIENT</B></A> -
Static variable in class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html">AppConfigurationEntry.LoginModuleControlFlag</A>
<DD>Sufficient <code>LoginModule</code>.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="javax/security/auth/callback/TextInputCallback.html"><B>TextInputCallback</B></A> - class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextInputCallback.html">TextInputCallback</A>.<DD> Underlying security services instantiate and pass a
<code>TextInputCallback</code> to the <code>invokeCallback</code>
method of a <code>CallbackHandler</code> to retrieve generic text
information.<DT><A HREF="javax/security/auth/callback/TextInputCallback.html#TextInputCallback(java.lang.String)"><B>TextInputCallback(String)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextInputCallback.html">TextInputCallback</A>
<DD>Construct a <code>TextInputCallback</code> with a prompt.
<DT><A HREF="javax/security/auth/callback/TextInputCallback.html#TextInputCallback(java.lang.String, java.lang.String)"><B>TextInputCallback(String, String)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextInputCallback.html">TextInputCallback</A>
<DD>Construct a <code>TextInputCallback</code> with a prompt
and default input value.
<DT><A HREF="javax/security/auth/callback/TextOutputCallback.html"><B>TextOutputCallback</B></A> - class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextOutputCallback.html">TextOutputCallback</A>.<DD> Underlying security services instantiate and pass a
<code>TextOutputCallback</code> to the <code>invokeCallback</code>
method of a <code>CallbackHandler</code> to display information messages,
warning messages and error messages.<DT><A HREF="javax/security/auth/callback/TextOutputCallback.html#TextOutputCallback(int, java.lang.String)"><B>TextOutputCallback(int, String)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextOutputCallback.html">TextOutputCallback</A>
<DD>Construct a TextOutputCallback with a message type and message
to be displayed.
<DT><A HREF="com/ibm/security/auth/ThreadSubject.html"><B>ThreadSubject</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ThreadSubject.html">ThreadSubject</A>.<DD>Subclasses of this abstract class provide a way to set the
underlying operating system thread identity to the appropriate value.<DT><A HREF="com/ibm/security/auth/ThreadSubject.html#ThreadSubject()"><B>ThreadSubject()</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ThreadSubject.html">ThreadSubject</A>
<DD>&nbsp;
<DT><A HREF="javax/security/auth/Subject.html#toString()"><B>toString()</B></A> -
Method in class javax.security.auth.<A HREF="javax/security/auth/Subject.html">Subject</A>
<DD>Return the String representation of this <code>Subject</code>.
<DT><A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html#toString()"><B>toString()</B></A> -
Method in class javax.security.auth.login.<A HREF="javax/security/auth/login/AppConfigurationEntry.LoginModuleControlFlag.html">AppConfigurationEntry.LoginModuleControlFlag</A>
<DD>Return a String representation of this controlFlag
<DT><A HREF="com/ibm/security/auth/X500Principal.html#toString()"><B>toString()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/X500Principal.html">X500Principal</A>
<DD>Return a string representation of this <code>X500Principal</code>.
<DT><A HREF="com/ibm/security/auth/JAASPrincipal.html#toString()"><B>toString()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/JAASPrincipal.html">JAASPrincipal</A>
<DD>Return a string representation of this <code>JAASPrincipal</code>.
<DT><A HREF="com/ibm/security/auth/ServerPrincipal.html#toString()"><B>toString()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/ServerPrincipal.html">ServerPrincipal</A>
<DD>Return a string representation of this <code>ServerPrincipal</code>.
<DT><A HREF="com/ibm/security/auth/UserIDPrincipal.html#toString()"><B>toString()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/UserIDPrincipal.html">UserIDPrincipal</A>
<DD>Return a string representation of this
<code>UserIDPrincipal</code>.
<DT><A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html#toString()"><B>toString()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/PrimaryGroupIDPrincipal.html">PrimaryGroupIDPrincipal</A>
<DD>Return a string representation of this
<code>PrimaryGroupIDPrincipal</code>.
<DT><A HREF="com/ibm/security/auth/WkstationPrincipal.html#toString()"><B>toString()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/WkstationPrincipal.html">WkstationPrincipal</A>
<DD>Return a string representation of this <code>WkstationPrincipal</code>.
<DT><A HREF="com/ibm/security/auth/DomainPrincipal.html#toString()"><B>toString()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/DomainPrincipal.html">DomainPrincipal</A>
<DD>Return a string representation of this <code>DomainPrincipal</code>.
<DT><A HREF="com/ibm/security/auth/GroupIDPrincipal.html#toString()"><B>toString()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/GroupIDPrincipal.html">GroupIDPrincipal</A>
<DD>Return a string representation of this
<code>GroupIDPrincipal</code>.
<DT><A HREF="com/ibm/security/auth/UsernamePrincipal.html#toString()"><B>toString()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/UsernamePrincipal.html">UsernamePrincipal</A>
<DD>Return a string representation of this <code>UsernamePrincipal</code>.
<DT><A HREF="com/ibm/security/auth/DomainIDPrincipal.html#toString()"><B>toString()</B></A> -
Method in class com.ibm.security.auth.<A HREF="com/ibm/security/auth/DomainIDPrincipal.html">DomainIDPrincipal</A>
<DD>Return a string representation of this <code>DomainIDPrincipal</code>.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#UNSPECIFIED_OPTION"><B>UNSPECIFIED_OPTION</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>Unspecified option type.
<DT><A HREF="javax/security/auth/callback/UnsupportedCallbackException.html"><B>UnsupportedCallbackException</B></A> - exception javax.security.auth.callback.<A HREF="javax/security/auth/callback/UnsupportedCallbackException.html">UnsupportedCallbackException</A>.<DD>Signals that a <code>CallbackHandler</code> does not
recognize a particular <code>Callback</code>.<DT><A HREF="javax/security/auth/callback/UnsupportedCallbackException.html#UnsupportedCallbackException(javax.security.auth.callback.Callback)"><B>UnsupportedCallbackException(Callback)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/UnsupportedCallbackException.html">UnsupportedCallbackException</A>
<DD>Constructs a <code>UnsupportedCallbackException</code>
with no detail message.
<DT><A HREF="javax/security/auth/callback/UnsupportedCallbackException.html#UnsupportedCallbackException(javax.security.auth.callback.Callback, java.lang.String)"><B>UnsupportedCallbackException(Callback, String)</B></A> -
Constructor for class javax.security.auth.callback.<A HREF="javax/security/auth/callback/UnsupportedCallbackException.html">UnsupportedCallbackException</A>
<DD>Constructs a UnsupportedCallbackException with the specified detail
message.
<DT><A HREF="com/ibm/security/auth/UserIDPrincipal.html"><B>UserIDPrincipal</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/UserIDPrincipal.html">UserIDPrincipal</A>.<DD> This class extends the <code>JAASPrincipal</code> class
and represents a user's identification (UID).<DT><A HREF="com/ibm/security/auth/UserIDPrincipal.html#UserIDPrincipal(long)"><B>UserIDPrincipal(long)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/UserIDPrincipal.html">UserIDPrincipal</A>
<DD>Create an <code>UserIDPrincipal</code> using a
long representation of the user's identification.
<DT><A HREF="com/ibm/security/auth/UserIDPrincipal.html#UserIDPrincipal(java.lang.String)"><B>UserIDPrincipal(String)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/UserIDPrincipal.html">UserIDPrincipal</A>
<DD>Create an <code>UserIDPrincipal</code> using a
<code>String</code> representation of the
user's identification.
<DT><A HREF="com/ibm/security/auth/UsernamePrincipal.html"><B>UsernamePrincipal</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/UsernamePrincipal.html">UsernamePrincipal</A>.<DD> This class extends the <code>JAASPrincipal</code> class and
represents the username provided when logging onto a system or server.<DT><A HREF="com/ibm/security/auth/UsernamePrincipal.html#UsernamePrincipal(java.lang.String)"><B>UsernamePrincipal(String)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/UsernamePrincipal.html">UsernamePrincipal</A>
<DD>Create an <code>UsernamePrincipal</code> with a provided username.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#WARNING"><B>WARNING</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>WARNING message type.
<DT><A HREF="javax/security/auth/callback/TextOutputCallback.html#WARNING"><B>WARNING</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/TextOutputCallback.html">TextOutputCallback</A>
<DD>Warning message
<DT><A HREF="com/ibm/security/auth/WkstationPrincipal.html"><B>WkstationPrincipal</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/WkstationPrincipal.html">WkstationPrincipal</A>.<DD> This class extends the <code>JAASPrincipal</code> class and
represents the workstation name the user is currently logged onto.<DT><A HREF="com/ibm/security/auth/WkstationPrincipal.html#WkstationPrincipal(java.lang.String)"><B>WkstationPrincipal(String)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/WkstationPrincipal.html">WkstationPrincipal</A>
<DD>Create an <code>WkstationPrincipal</code> using a
<code>String</code> representation of the workstation name.
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="com/ibm/security/auth/X500Principal.html"><B>X500Principal</B></A> - class com.ibm.security.auth.<A HREF="com/ibm/security/auth/X500Principal.html">X500Principal</A>.<DD> This class represents an X.500 <code>Principal</code>.<DT><A HREF="com/ibm/security/auth/X500Principal.html#X500Principal(java.lang.String)"><B>X500Principal(String)</B></A> -
Constructor for class com.ibm.security.auth.<A HREF="com/ibm/security/auth/X500Principal.html">X500Principal</A>
<DD>Create a X500Principal with an X.500 Name,
such as "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US"
(RFC 1779 style).
</DL>
<HR>
<A NAME="_Y_"><!-- --></A><H2>
<B>Y</B></H2>
<DL>
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#YES"><B>YES</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>YES option.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#YES_NO_CANCEL_OPTION"><B>YES_NO_CANCEL_OPTION</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>YES/NO/CANCEL confirmation confirmation option.
<DT><A HREF="javax/security/auth/callback/ConfirmationCallback.html#YES_NO_OPTION"><B>YES_NO_OPTION</B></A> -
Static variable in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/ConfirmationCallback.html">ConfirmationCallback</A>
<DD>YES/NO confirmation option.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>