Module jdk.security.auth
Package com.sun.security.auth
package com.sun.security.auth
Provides implementations of
Principal
.- Since:
- 1.4
-
ClassDescriptionA principal identified by a distinguished name as specified by RFC 2253.This class implements the
Principal
interface and represents the name of the Windows NT domain into which the user authenticated.This class abstracts an NT security token and provides a mechanism to do same-process security impersonation.This class implements thePrincipal
interface and represents information about a Windows NT user, group or realm.This class extendsNTSid
and represents a Windows NT user's domain SID.This class extendsNTSid
and represents one of the groups to which a Windows NT user belongs.This class extendsNTSid
and represents a Windows NT user's primary group SID.This class extendsNTSid
and represents a Windows NT user's SID.This class implements thePrincipal
interface and represents a Windows NT user.An object that implements thejava.security.Principal
interface typically also implements this interface to provide a means for comparing that object to a specifiedSubject
.This class implements thePrincipal
interface and represents a user's Unix group identification number (GID).This class implements thePrincipal
interface and represents a user's Unix identification number (UID).This class implements thePrincipal
interface and represents a Unix user.A user principal identified by a username or account name.