|
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. |
| LinuxNumericGroupPrincipal |
This class represents a user's Linux group identification number (GID). |
| LinuxNumericUserPrincipal |
This class represents a user's Linux identification number (UID). |
| LinuxPrincipal |
This class represents a Linux username. |
| 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. |