Class Summary |
AIXNumericGroupPrincipal |
This class represents a user's AIX group identification number (GID). |
AIXNumericUserPrincipal |
This class represents a user's AIX identification number (UID). |
AIXPrincipal |
This class implements the Principal interface
and represents an AIX user. |
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 |
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. |
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. |