- java.lang.Object
-
- jnr.posix.NativePasswd
-
- jnr.posix.MacOSPasswd
-
- All Implemented Interfaces:
Passwd
public final class MacOSPasswd extends NativePasswd implements Passwd
-
-
Field Summary
-
Fields inherited from class jnr.posix.NativePasswd
memory
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessClass()intgetExpire()StringgetGECOS()longgetGID()StringgetHome()StringgetLoginName()intgetPasswdChangeTime()StringgetPassword()StringgetShell()longgetUID()
-
-
-
Method Detail
-
getAccessClass
public String getAccessClass()
- Specified by:
getAccessClassin interfacePasswd
-
getLoginName
public String getLoginName()
- Specified by:
getLoginNamein interfacePasswd
-
getPasswdChangeTime
public int getPasswdChangeTime()
- Specified by:
getPasswdChangeTimein interfacePasswd
-
getPassword
public String getPassword()
- Specified by:
getPasswordin interfacePasswd
-
-