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