Package com.sun.jna.platform.win32
Class Secur32Util
- java.lang.Object
- 
- com.sun.jna.platform.win32.Secur32Util
 
- 
 public abstract class Secur32Util extends java.lang.ObjectSecur32 Utility API.- Author:
- dblock[at]dblock.org
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSecur32Util.SecurityPackageAn SSPI package.
 - 
Constructor SummaryConstructors Constructor Description Secur32Util()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Secur32Util.SecurityPackage[]getSecurityPackages()Get the security packages installed on the current computer.static java.lang.StringgetUserNameEx(int format)Retrieves the name of the user or other security principal associated with the calling thread.
 
- 
- 
- 
Method Detail- 
getUserNameExpublic static java.lang.String getUserNameEx(int format) Retrieves the name of the user or other security principal associated with the calling thread.- Parameters:
- format- User name format.
- Returns:
- User name in a given format.
 
 - 
getSecurityPackagespublic static Secur32Util.SecurityPackage[] getSecurityPackages() Get the security packages installed on the current computer.- Returns:
- An array of SSPI security packages.
 
 
- 
 
-