org.jruby.ext.posix
Interface Passwd

All Known Implementing Classes:
FreeBSDPasswd, LinuxPasswd, MacOSPasswd, NativePasswd, OpenBSDPasswd, SolarisPasswd

public interface Passwd


Method Summary
 String getAccessClass()
           
 int getExpire()
           
 String getGECOS()
           
 long getGID()
           
 String getHome()
           
 String getLoginName()
           
 int getPasswdChangeTime()
           
 String getPassword()
           
 String getShell()
           
 long getUID()
           
 

Method Detail

getLoginName

String getLoginName()

getPassword

String getPassword()

getUID

long getUID()

getGID

long getGID()

getPasswdChangeTime

int getPasswdChangeTime()

getAccessClass

String getAccessClass()

getGECOS

String getGECOS()

getHome

String getHome()

getShell

String getShell()

getExpire

int getExpire()


Copyright © 2012. All Rights Reserved.