-
- All Known Implementing Classes:
AixPasswd,DragonFlyPasswd,FreeBSDPasswd,LinuxPasswd,MacOSPasswd,NativePasswd,OpenBSDPasswd,SolarisPasswd
public interface Passwd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccessClass()intgetExpire()StringgetGECOS()longgetGID()StringgetHome()StringgetLoginName()intgetPasswdChangeTime()StringgetPassword()StringgetShell()longgetUID()
-
-
-
Method Detail
-
getLoginName
String getLoginName()
-
getPassword
String getPassword()
-
getUID
long getUID()
-
getGID
long getGID()
-
getPasswdChangeTime
int getPasswdChangeTime()
-
getAccessClass
String getAccessClass()
-
getGECOS
String getGECOS()
-
getHome
String getHome()
-
getShell
String getShell()
-
getExpire
int getExpire()
-
-