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.
NTThreadSubject This class provides the default implementation of ThreadSubject for 64 bit Windows 2000.
NumericCredential This class abstracts an NT security token and provides a mechanism to do same-process security impersonation.
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.