com.tagish.auth.win32.typed
Class NTDomainSIDPrincipal

java.lang.Object
  |
  +--com.tagish.auth.TypedPrincipal
        |
        +--com.tagish.auth.win32.NTPrincipal
              |
              +--com.tagish.auth.win32.typed.NTDomainSIDPrincipal
All Implemented Interfaces:
Principal, Serializable

public class NTDomainSIDPrincipal
extends NTPrincipal

A NTDomainPrincipal is a Class level Principal that represents a NT Domain's SID.

Version:
1.0.3
Author:
Jerry L Smith II, jsmith@sedonaesolutions.com
See Also:
Serialized Form

Fields inherited from class com.tagish.auth.TypedPrincipal
DOMAIN, GROUP, name, type, typeMap, UNKNOWN, USER
 
Constructor Summary
NTDomainSIDPrincipal(String name)
          Creates a new instance of NTDomainPrincipal
 
Methods inherited from class com.tagish.auth.TypedPrincipal
equals, getName, getType, getTypeName, hashCode, setName, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NTDomainSIDPrincipal

public NTDomainSIDPrincipal(String name)
Creates a new instance of NTDomainPrincipal