Top Description Interfaces Classes
module jdk.security.auth

Package com.sun.security.auth


Provides implementations of java.security.Principal.
Since
1.4

Interface Summary

Modifier and TypeInterface and Description
public interface
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

Modifier and TypeClass and Description
public class
LdapPrincipal

A principal identified by a distinguished name as specified by RFC 2253.

public class
NTDomainPrincipal

This class implements the Principal interface and represents the name of the Windows NT domain into which the user authenticated.

public class
NTNumericCredential

This class abstracts an NT security token and provides a mechanism to do same-process security impersonation.

public class
NTSid

This class implements the Principal interface and represents information about a Windows NT user, group or realm.

public class
NTSidDomainPrincipal

This class extends NTSid and represents a Windows NT user's domain SID.

public class
NTSidGroupPrincipal

This class extends NTSid and represents one of the groups to which a Windows NT user belongs.

public class
NTSidPrimaryGroupPrincipal

This class extends NTSid and represents a Windows NT user's primary group SID.

public class
NTSidUserPrincipal

This class extends NTSid and represents a Windows NT user's SID.

public class
NTUserPrincipal

This class implements the Principal interface and represents a Windows NT user.

public class
UnixNumericGroupPrincipal

This class implements the Principal interface and represents a user's Unix group identification number (GID).

public class
UnixNumericUserPrincipal

This class implements the Principal interface and represents a user's Unix identification number (UID).

public class
UnixPrincipal

This class implements the Principal interface and represents a Unix user.

public class
UserPrincipal

A user principal identified by a username or account name.