org.jruby.ext.posix

Class JavaPOSIX.FakePasswd

private static final class JavaPOSIX.FakePasswd extends Object implements Passwd

Method Summary
StringgetAccessClass()
intgetExpire()
StringgetGECOS()
longgetGID()
StringgetHome()
StringgetLoginName()
intgetPasswdChangeTime()
StringgetPassword()
StringgetShell()
longgetUID()

Method Detail

getAccessClass

public String getAccessClass()

getExpire

public int getExpire()

getGECOS

public String getGECOS()

getGID

public long getGID()

getHome

public String getHome()

getLoginName

public String getLoginName()

getPasswdChangeTime

public int getPasswdChangeTime()

getPassword

public String getPassword()

getShell

public String getShell()

getUID

public long getUID()