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.
PolicyFile This class represents a default implementation for javax.security.auth.Policy.
PrimaryGroupIDPrincipal This class extends the JAASPrincipal class and represents a user's primary group identification (GID).
Resources This class represents the ResourceBundle for the following packages: javax.security.auth javax.security.auth.callback javax.security.auth.login javax.security.auth.spi com.ibm.security.auth com.ibm.security.auth.login
ServerPrincipal This class extends the JAASPrincipal class and represents the LAN server that validated a user's logon.
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 This class represents an X.500 Principal.