public interface Passwd
Modifier and Type | Method and Description |
---|---|
String |
getAccessClass() |
int |
getExpire() |
String |
getGECOS() |
long |
getGID() |
String |
getHome() |
String |
getLoginName() |
int |
getPasswdChangeTime() |
String |
getPassword() |
String |
getShell() |
long |
getUID() |
String getLoginName()
String getPassword()
long getUID()
long getGID()
int getPasswdChangeTime()
String getAccessClass()
String getGECOS()
String getHome()
String getShell()
int getExpire()
Copyright © 2016. All Rights Reserved.