jnr.posix
Class MacOSPasswd
java.lang.Object
jnr.posix.NativePasswd
jnr.posix.MacOSPasswd
- All Implemented Interfaces:
- Passwd
public final class MacOSPasswd
- extends NativePasswd
- implements Passwd
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAccessClass
public String getAccessClass()
- Specified by:
getAccessClass in interface Passwd
getGECOS
public String getGECOS()
- Specified by:
getGECOS in interface Passwd
getGID
public long getGID()
- Specified by:
getGID in interface Passwd
getHome
public String getHome()
- Specified by:
getHome in interface Passwd
getLoginName
public String getLoginName()
- Specified by:
getLoginName in interface Passwd
getPasswdChangeTime
public int getPasswdChangeTime()
- Specified by:
getPasswdChangeTime in interface Passwd
getPassword
public String getPassword()
- Specified by:
getPassword in interface Passwd
getShell
public 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 © 2012. All Rights Reserved.