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 |
---|---|
static CLibrary.passwd |
loadPasswd(String userName) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, 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 String pw_name
public String pw_passwd
public int pw_uid
public int pw_gid
public static CLibrary.passwd loadPasswd(String userName) throws PAMException
PAMException
Copyright © 2017. All rights reserved.