Home » openjdk-7 » com.sun.security » auth »

com.sun.security.auth

Sub Packages:

com.sun.security.auth.callback    
com.sun.security.auth.login    
com.sun.security.auth.module    

Interfaces:

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 code | html

Classes:

LdapPrincipal   A principal identified by a distinguished name as specified by RFC 2253 code | html
NTDomainPrincipal  

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

code | html
NTNumericCredential  

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

code | html
NTSid  

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

code | html
NTSidDomainPrincipal  

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

code | html
NTSidGroupPrincipal  

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

code | html
NTSidPrimaryGroupPrincipal  

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

code | html
NTSidUserPrincipal  

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

code | html
NTUserPrincipal  

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

code | html
PolicyFile   This class represents a default implementation for javax.security.auth.Policy code | html
PolicyFile.PolicyEntry   Each entry in the policy configuration file is represented by a PolicyEntry object.  code | html
PolicyParser   The policy for a Java runtime (specifying which permissions are available for code from various principals) is represented as a separate persistent configuration.  code | html
PolicyParser.GrantEntry   Each grant entry in the policy configuration file is represented by a GrantEntry object.  code | html
PolicyParser.ParsingException     code | html
PolicyParser.PermissionEntry   Each permission entry in the policy configuration file is represented by a PermissionEntry object.  code | html
PolicyParser.PrincipalEntry   Principal info (class and name) in a grant entry  code | html
PolicyPermissions     code | html
SolarisNumericGroupPrincipal  

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

code | html
SolarisNumericUserPrincipal  

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

code | html
SolarisPrincipal  

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

code | html
SubjectCodeSource  

This SubjectCodeSource class contains a URL, signer certificates, and either a Subject (that represents the Subject in the current AccessControlContext), or a linked list of Principals/PrincipalComparators (that represent a "subject" in a Policy). 

code | html
UnixNumericGroupPrincipal  

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

code | html
UnixNumericUserPrincipal  

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

code | html
UnixPrincipal  

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

code | html
UserPrincipal   A user principal identified by a username or account name.  code | html
X500Principal  

This class represents an X.500 Principal

code | html