Uses of Class
org.jvnet.libpam.impl.CLibrary.passwd

Packages that use CLibrary.passwd
org.jvnet.libpam.impl   
 

Uses of CLibrary.passwd in org.jvnet.libpam.impl
 

Subclasses of CLibrary.passwd in org.jvnet.libpam.impl
 class BSDPasswd
          FreeeBSD, OpenBSD and MacOS passwd struct passwd { char *pw_name; char *pw_passwd; uid_t pw_uid; gid_t pw_gid; time_t pw_change; char *pw_class; char *pw_gecos; char *pw_dir; char *pw_shell; time_t pw_expire; };
 class LinuxPasswd
          Linux passwd ?struct passwd { char *pw_name; char *pw_passwd; __uid_t pw_uid; __gid_t pw_gid; char *pw_gecos; char *pw_dir; char *pw_shell; };
 class SolarisPasswd
          Solaris passwd struct passwd { char *pw_name; char *pw_passwd; uid_t pw_uid; gid_t pw_gid; char *pw_age; char *pw_comment; char *pw_gecos; char *pw_dir; char *pw_shell; };
 

Methods in org.jvnet.libpam.impl that return CLibrary.passwd
 CLibrary.passwd CLibrary.getpwnam(String username)
           
static CLibrary.passwd CLibrary.passwd.loadPasswd(String userName)
           
 



Copyright © 2012. All Rights Reserved.