Uses of Class
org.jruby.ext.posix.NativePasswd

Packages that use NativePasswd
org.jruby.ext.posix   
 

Uses of NativePasswd in org.jruby.ext.posix
 

Subclasses of NativePasswd in org.jruby.ext.posix
 class FreeBSDPasswd
           
 class LinuxPasswd
           
 class MacOSPasswd
           
 class OpenBSDPasswd
           
 class SolarisPasswd
           
 

Methods in org.jruby.ext.posix that return NativePasswd
 NativePasswd LibC.getpwent()
           
 NativePasswd LibC.getpwnam(java.lang.CharSequence which)
           
 NativePasswd LibC.getpwuid(int which)