- java.lang.Object
-
- jnr.posix.NativePasswd
-
- All Implemented Interfaces:
Passwd
- Direct Known Subclasses:
AixPasswd,DragonFlyPasswd,FreeBSDPasswd,LinuxPasswd,MacOSPasswd,OpenBSDPasswd,SolarisPasswd
public abstract class NativePasswd extends Object implements Passwd
-
-
Field Summary
Fields Modifier and Type Field Description protected jnr.ffi.Pointermemory
-
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
-
-