Uses of Class
com.tagish.auth.TypedPrincipal

Packages that use TypedPrincipal
com.tagish.auth.win32   
com.tagish.auth.win32.typed   
 

Uses of TypedPrincipal in com.tagish.auth.win32
 

Subclasses of TypedPrincipal in com.tagish.auth.win32
 class NTPrincipal
          NTPrincipals are used to represent the Principals that are returned by the com.tagish.auth.win32.NTSystemLogin module.
 

Uses of TypedPrincipal in com.tagish.auth.win32.typed
 

Subclasses of TypedPrincipal in com.tagish.auth.win32.typed
 class NTDomainPrincipal
          A NTDomainPrincipal is a Class level Principal that represents a named NT Domain.
 class NTDomainSIDPrincipal
          A NTDomainPrincipal is a Class level Principal that represents a NT Domain's SID.
 class NTGroupPrincipal
          A NTGroupPrincipal is a Class level Principal that represents a named NT Group.
 class NTGroupSIDPrincipal
          A NTGroupPrincipal is a Class level Principal that represents a NT Group's SID.
 class NTUserPrincipal
          A NTUserPrincipal is a Class level Principal that represents a named NT User.
 class NTUserSIDPrincipal
          A NTUserPrincipal is a Class level Principal that represents a NT User's SID.