java.lang.Object
com.sun.jna.Structure
org.firebirdsql.jna.fbclient.USER_SEC_DATA
- Direct Known Subclasses:
USER_SEC_DATA.ByReference
,USER_SEC_DATA.ByValue
@FieldOrder({"sec_flags","uid","gid","protocol","server","user_name","password","group_name","first_name","middle_name","last_name","dba_user_name","dba_password"})
public class USER_SEC_DATA
extends com.sun.jna.Structure
JNA wrapper for USER_SEC_DATA.
This file was initially autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects..
This file was modified manually, do not automatically regenerate!
- Since:
- 3.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.sun.jna.Pointer
the dba password
C type : ISC_SCHAR*com.sun.jna.Pointer
the dba user name
C type : ISC_SCHAR*com.sun.jna.Pointer
the user's first name
C type : ISC_SCHAR*int
com.sun.jna.Pointer
the group name
C type : ISC_SCHAR*com.sun.jna.Pointer
the user's last name
C type : ISC_SCHAR*com.sun.jna.Pointer
the user's middle name
C type : ISC_SCHAR*com.sun.jna.Pointer
the user's password
C type : ISC_SCHAR*int
short
com.sun.jna.Pointer
server to administer
C type : ISC_SCHAR*int
com.sun.jna.Pointer
the user's name
C type : ISC_SCHAR*Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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, write, writeField, writeField, writeField
-
Field Details
-
sec_flags
public short sec_flags -
uid
public int uid -
gid
public int gid -
protocol
public int protocol -
server
public com.sun.jna.Pointer serverserver to administer
C type : ISC_SCHAR* -
user_name
public com.sun.jna.Pointer user_namethe user's name
C type : ISC_SCHAR* -
password
public com.sun.jna.Pointer passwordthe user's password
C type : ISC_SCHAR* -
group_name
public com.sun.jna.Pointer group_namethe group name
C type : ISC_SCHAR* -
first_name
public com.sun.jna.Pointer first_namethe user's first name
C type : ISC_SCHAR* -
middle_name
public com.sun.jna.Pointer middle_namethe user's middle name
C type : ISC_SCHAR* -
last_name
public com.sun.jna.Pointer last_namethe user's last name
C type : ISC_SCHAR* -
dba_user_name
public com.sun.jna.Pointer dba_user_namethe dba user name
C type : ISC_SCHAR* -
dba_password
public com.sun.jna.Pointer dba_passwordthe dba password
C type : ISC_SCHAR*
-
-
Constructor Details
-
USER_SEC_DATA
public USER_SEC_DATA()
-