|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
org.jruby.ext.posix.NativePasswd
org.jruby.ext.posix.LinuxPasswd
public class LinuxPasswd
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.jna.Structure |
---|
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue |
Field Summary | |
---|---|
String |
pw_dir
|
String |
pw_gecos
|
int |
pw_gid
|
String |
pw_name
|
String |
pw_passwd
|
String |
pw_shell
|
int |
pw_uid
|
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
Method Summary | |
---|---|
String |
getAccessClass()
|
int |
getExpire()
|
String |
getGECOS()
|
long |
getGID()
|
String |
getHome()
|
String |
getLoginName()
|
int |
getPasswdChangeTime()
|
String |
getPassword()
|
String |
getShell()
|
long |
getUID()
|
Methods inherited from class com.sun.jna.Structure |
---|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String pw_name
public String pw_passwd
public int pw_uid
public int pw_gid
public String pw_gecos
public String pw_dir
public String pw_shell
Method Detail |
---|
public String getAccessClass()
getAccessClass
in interface Passwd
public String getGECOS()
getGECOS
in interface Passwd
public long getGID()
getGID
in interface Passwd
public String getHome()
getHome
in interface Passwd
public String getLoginName()
getLoginName
in interface Passwd
public String getPassword()
getPassword
in interface Passwd
public String getShell()
getShell
in interface Passwd
public long getUID()
getUID
in interface Passwd
public int getPasswdChangeTime()
getPasswdChangeTime
in interface Passwd
public int getExpire()
getExpire
in interface Passwd
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |