Package com.sun.jna.platform.win32
Klasse Secur32Util
java.lang.Object
com.sun.jna.platform.win32.Secur32Util
Secur32 Utility API.
- Autor:
- dblock[at]dblock.org
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Secur32Util.SecurityPackage[]
Get the security packages installed on the current computer.static String
getUserNameEx
(int format) Retrieves the name of the user or other security principal associated with the calling thread.
-
Konstruktordetails
-
Secur32Util
public Secur32Util()
-
-
Methodendetails
-
getUserNameEx
Retrieves the name of the user or other security principal associated with the calling thread.- Parameter:
format
- User name format.- Gibt zurück:
- User name in a given format.
-
getSecurityPackages
Get the security packages installed on the current computer.- Gibt zurück:
- An array of SSPI security packages.
-