org.jruby.ext.posix
Class JavaPasswd

java.lang.Object
  extended by org.jruby.ext.posix.JavaPasswd
All Implemented Interfaces:
Passwd

public class JavaPasswd
extends java.lang.Object
implements Passwd


Constructor Summary
JavaPasswd(POSIXHandler handler)
           
 
Method Summary
 java.lang.String getAccessClass()
           
 int getExpire()
           
 java.lang.String getGECOS()
           
 long getGID()
           
 java.lang.String getHome()
           
 java.lang.String getLoginName()
           
 int getPasswdChangeTime()
           
 java.lang.String getPassword()
           
 java.lang.String getShell()
           
 long getUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaPasswd

public JavaPasswd(POSIXHandler handler)
Method Detail

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


Copyright © {inceptionYear}-2008 null. All Rights Reserved.