Class LibSecretLibrary.SecretSchema
- java.lang.Object
-
- com.sun.jna.Structure
-
- com.microsoft.credentialstorage.implementation.posix.libsecret.LibSecretLibrary.SecretSchema
-
- Enclosing interface:
- LibSecretLibrary
public static class LibSecretLibrary.SecretSchema extends com.sun.jna.StructureSchema for secret https://www.manpagez.com/html/libsecret-1/libsecret-1-0.18.6/libsecret-SecretSchema.php#SecretSchema
-
-
Field Summary
Fields Modifier and Type Field Description LibSecretLibrary.SecretSchemaAttribute[]attributesintflagsStringname
-
Constructor Summary
Constructors Constructor Description SecretSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>getFieldOrder()-
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, 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 Detail
-
name
public String name
-
flags
public int flags
-
attributes
public LibSecretLibrary.SecretSchemaAttribute[] attributes
-
-