|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jna.Structure
org.jvnet.libpam.impl.CLibrary.passwd
org.jvnet.libpam.impl.SolarisPasswd
public class SolarisPasswd
Solaris passwd struct passwd { char *pw_name; char *pw_passwd; uid_t pw_uid; gid_t pw_gid; char *pw_age; char *pw_comment; char *pw_gecos; char *pw_dir; char *pw_shell; };
| 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_age
|
String |
pw_comment
|
String |
pw_dir
|
String |
pw_gecos
|
String |
pw_shell
|
| Fields inherited from class org.jvnet.libpam.impl.CLibrary.passwd |
|---|
pw_gid, pw_name, pw_passwd, pw_uid |
| Fields inherited from class com.sun.jna.Structure |
|---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
| Constructor Summary | |
|---|---|
SolarisPasswd()
|
|
| Method Summary | |
|---|---|
String |
getPwDir()
|
String |
getPwGecos()
|
String |
getPwShell()
|
| Methods inherited from class org.jvnet.libpam.impl.CLibrary.passwd |
|---|
getPwGid, getPwName, getPwPasswd, getPwUid, loadPasswd |
| Methods inherited from class com.sun.jna.Structure |
|---|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, 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_age
public String pw_comment
public String pw_gecos
public String pw_dir
public String pw_shell
| Constructor Detail |
|---|
public SolarisPasswd()
| Method Detail |
|---|
public String getPwGecos()
getPwGecos in class CLibrary.passwdpublic String getPwDir()
getPwDir in class CLibrary.passwdpublic String getPwShell()
getPwShell in class CLibrary.passwd
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||