jnr.posix
Class NativePasswd

java.lang.Object
  extended by jnr.posix.NativePasswd
All Implemented Interfaces:
Passwd
Direct Known Subclasses:
FreeBSDPasswd, LinuxPasswd, MacOSPasswd, OpenBSDPasswd, SolarisPasswd

public abstract class NativePasswd
extends Object
implements Passwd


Field Summary
protected  jnr.ffi.Pointer memory
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jnr.posix.Passwd
getAccessClass, getExpire, getGECOS, getGID, getHome, getLoginName, getPasswdChangeTime, getPassword, getShell, getUID
 

Field Detail

memory

protected final jnr.ffi.Pointer memory


Copyright © 2012. All Rights Reserved.