Methods Summary |
---|
private native void | getCurrent(boolean debug)
|
public java.lang.String | getDomain()Get the domain for the current NT user.
return domain;
|
public java.lang.String | getDomainSID()Get a printable SID for the current NT user's domain.
return domainSID;
|
public java.lang.String[] | getGroupIDs()Get the printable group SIDs for the current NT user.
return groupIDs;
|
public long | getImpersonationToken()Get an impersonation token for the current NT user.
return impersonationToken;
|
public java.lang.String | getName()Get the username for the current NT user.
return userName;
|
public java.lang.String | getPrimaryGroupID()Get a printable primary group SID for the current NT user.
return primaryGroupID;
|
public java.lang.String | getUserSID()Get a printable SID for the current NT user.
return userSID;
|
private void | loadNative()
System.loadLibrary("jaas_nt");
|