org.jruby.ext.posix
Class JavaPasswd
java.lang.Object
org.jruby.ext.posix.JavaPasswd
- All Implemented Interfaces:
- Passwd
public class JavaPasswd
- extends java.lang.Object
- implements Passwd
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaPasswd
public JavaPasswd(POSIXHandler handler)
getAccessClass
public java.lang.String getAccessClass()
- Specified by:
getAccessClass
in interface Passwd
getGECOS
public java.lang.String getGECOS()
- Specified by:
getGECOS
in interface Passwd
getGID
public long getGID()
- Specified by:
getGID
in interface Passwd
getHome
public java.lang.String getHome()
- Specified by:
getHome
in interface Passwd
getLoginName
public java.lang.String getLoginName()
- Specified by:
getLoginName
in interface Passwd
getPasswdChangeTime
public int getPasswdChangeTime()
- Specified by:
getPasswdChangeTime
in interface Passwd
getPassword
public java.lang.String getPassword()
- Specified by:
getPassword
in interface Passwd
getShell
public java.lang.String getShell()
- Specified by:
getShell
in interface Passwd
getUID
public long getUID()
- Specified by:
getUID
in interface Passwd
getExpire
public int getExpire()
- Specified by:
getExpire
in interface Passwd