public static class CLibrary.passwd
extends com.sun.jna.Structure
| Modifier and Type | Field and Description |
|---|---|
int |
pw_gid |
String |
pw_name
User name.
|
String |
pw_passwd
Encrypted password.
|
int |
pw_uid |
| Constructor and Description |
|---|
passwd() |
| Modifier and Type | Method and Description |
|---|---|
protected List |
getFieldOrder() |
String |
getPwDir() |
String |
getPwGecos() |
int |
getPwGid() |
String |
getPwName() |
String |
getPwPasswd() |
String |
getPwShell() |
int |
getPwUid() |
static CLibrary.passwd |
loadPasswd(String userName) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, 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 String pw_name
public String pw_passwd
public int pw_uid
public int pw_gid
public static CLibrary.passwd loadPasswd(String userName) throws PAMException
PAMExceptionpublic String getPwName()
public String getPwPasswd()
public int getPwUid()
public int getPwGid()
public String getPwGecos()
public String getPwDir()
public String getPwShell()
protected List getFieldOrder()
getFieldOrder in class com.sun.jna.StructureCopyright © 2018. All rights reserved.