Spec-Zone .ru
спецификации, руководства, описания, API
|
|
JAAS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.security.auth.module.NTSystem
public class NTSystem
This class implementation retrieves and makes available NT security information for the current user.
Constructor Summary | |
---|---|
NTSystem()
Instantiate an NTSystem and load
the native library to access the underlying system information. |
Method Summary | |
---|---|
String |
getDomain()
Get the domain for the current NT user. |
String |
getDomainSID()
Get a printable SID for the current NT user's domain. |
String[] |
getGroupIDs()
Get the printable group SIDs for the current NT user. |
long |
getImpersonationToken()
Get an impersonation token for the current NT user. |
String |
getName()
Get the username for the current NT user. |
String |
getPrimaryGroupID()
Get a printable primary group SID for the current NT user. |
String |
getUserSID()
Get a printable SID for the current NT user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NTSystem()
NTSystem
and load
the native library to access the underlying system information.
Method Detail |
---|
public String getName()
public String getDomain()
public String getDomainSID()
public String getUserSID()
public String getPrimaryGroupID()
public String[] getGroupIDs()
public long getImpersonationToken()
|
JAAS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |