Package jnr.posix

Interface Passwd

All Known Implementing Classes:
AixPasswd, DragonFlyPasswd, FreeBSDPasswd, JavaPasswd, JavaPOSIX.FakePasswd, LinuxPasswd, MacOSPasswd, NativePasswd, OpenBSDPasswd, SolarisPasswd

public interface Passwd
  • Method Details

    • 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()