public class FreeBSDPasswd extends CLibrary.passwd
| Modifier and Type | Field and Description |
|---|---|
long |
pw_change |
String |
pw_class |
String |
pw_dir |
long |
pw_expire |
int |
pw_fields |
String |
pw_gecos |
String |
pw_shell |
pw_gid, pw_name, pw_passwd, pw_uid| Constructor and Description |
|---|
FreeBSDPasswd() |
FreeBSDPasswd(com.sun.jna.Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
protected List |
getFieldOrder() |
String |
getPwDir() |
String |
getPwGecos() |
String |
getPwShell() |
getPwGid, getPwName, getPwPasswd, getPwUid, loadPasswdallocateMemory, 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, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic long pw_change
public String pw_class
public String pw_gecos
public String pw_dir
public String pw_shell
public long pw_expire
public int pw_fields
public FreeBSDPasswd()
public FreeBSDPasswd(com.sun.jna.Pointer p)
public String getPwGecos()
getPwGecos in class CLibrary.passwdpublic String getPwDir()
getPwDir in class CLibrary.passwdpublic String getPwShell()
getPwShell in class CLibrary.passwdprotected List getFieldOrder()
getFieldOrder in class CLibrary.passwdCopyright © 2018. All rights reserved.