Package com.sun.jna.platform.win32
Klasse Sspi.SEC_WINNT_AUTH_IDENTITY
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Sspi.SEC_WINNT_AUTH_IDENTITY
- Umschließende Schnittstelle:
Sspi
@FieldOrder({"User","UserLength","Domain","DomainLength","Password","PasswordLength","Flags"})
public static class Sspi.SEC_WINNT_AUTH_IDENTITY
extends Structure
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungA string that contains the domain name or the workgroup name.intThe length, in characters, of the domain string, not including the terminating null character.intThis member can be one of the following values.A string that contains the password of the user in the domain or workgroup.intThe length, in characters, of the password string, not including the terminating null character.A string that contains the user name.intThe length, in characters, of the user string, not including the terminating null character.Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreate a new SecBufferDesc with one SECBUFFER_EMPTY buffer. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidwrite()Writes the fields of the struct to native memoryVon Klasse geerbte Methoden com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, writeField, writeField, writeField
-
Felddetails
-
User
A string that contains the user name. -
UserLength
public int UserLengthThe length, in characters, of the user string, not including the terminating null character. -
Domain
A string that contains the domain name or the workgroup name. -
DomainLength
public int DomainLengthThe length, in characters, of the domain string, not including the terminating null character. -
Password
A string that contains the password of the user in the domain or workgroup. When you have finished using the password, remove the sensitive information from memory by calling SecureZeroMemory. For more information about protecting the password, see Handling Passwords. -
PasswordLength
public int PasswordLengthThe length, in characters, of the password string, not including the terminating null character. -
Flags
public int FlagsThis member can be one of the following values.
As the string encoding is managed by JNA do not change this value!Value Meaning SEC_WINNT_AUTH_IDENTITY_ANSI The strings in this structure are in ANSI format. SEC_WINNT_AUTH_IDENTITY_UNICODE The strings in this structure are in Unicode format.
-
-
Konstruktordetails
-
SEC_WINNT_AUTH_IDENTITY
public SEC_WINNT_AUTH_IDENTITY()Create a new SecBufferDesc with one SECBUFFER_EMPTY buffer.
-
-
Methodendetails