Package com.ibm.security.auth

Interface Summary
PrincipalComparator An object that implements the java.security.Principal interface typically also implements this interface to provide a means for comparing that object to a specified Subject.
 

Class Summary
DomainIDPrincipal This class extends the JAASPrincipal class and represents the domain ID the user is currently logged onto.
DomainPrincipal This class extends the JAASPrincipal class and represents the domain the user is currently logged onto.
GroupIDPrincipal This class extends the JAASPrincipal class and represents a user's group identification (GID).
JAASPrincipal This class implements the Principal interface and represents general information about a user, group or domain.
NTDomainPrincipal This class implements the Principal interface and represents the name of the Windows NT domain into which the user authenticated.
NTNumericCredential This class abstracts an NT security token and provides a mechanism to do same-process security impersonation.
NTSid This class implements the Principal interface and represents information about a Windows NT user, group or realm.
NTSidDomainPrincipal This class extends NTSid and represents a Windows NT user's domain SID.
NTSidGroupPrincipal This class extends NTSid and represents one of the groups to which a Windows NT user belongs.
NTSidPrimaryGroupPrincipal This class extends NTSid and represents a Windows NT user's primary group SID.
NTSidUserPrincipal This class extends NTSid and represents a Windows NT user's SID.
NTThreadSubject This class provides the default implementation of ThreadSubject for NT
NTUserPrincipal This class implements the Principal interface and represents a Windows NT user.
PolicyFile Deprecated. As of JDK 1.4, replaced by sun.security.provider.PolicyFile.
PrimaryGroupIDPrincipal This class extends the JAASPrincipal class and represents a user's primary group identification (GID).
ServerPrincipal This class extends the JAASPrincipal class and represents the LAN server that validated a user's logon.
ThreadSubject Subclasses of this abstract class provide a way to set the underlying operating system thread identity to the appropriate value.
UserIDPrincipal This class extends the JAASPrincipal class and represents a user's identification (UID).
UsernamePrincipal This class extends the JAASPrincipal class and represents the username provided when logging onto a system or server.
WkstationPrincipal This class extends the JAASPrincipal class and represents the workstation name the user is currently logged onto.
X500Principal Deprecated. A new X500Principal class is available in the Java 2 platform.