This class implements the Principal
interface and represents a user's Solaris identification number (UID).
Principals such as this SolarisNumericUserPrincipal
may be associated with a particular Subject
to augment that Subject
with an additional identity. Refer to the Subject
class for more information on how to achieve this. Authorization decisions can then be based upon the Principals associated with a Subject
.
@deprecated As of JDK 1.4, replaced by{@link UnixNumericUserPrincipal}. This class is entirely deprecated.
@see java.security.Principal
@see javax.security.auth.Subject
|
|
|
|
|
|
|
|