|
keycloak-federation
|


公開メンバ関数 | |
| String | getPwName () |
| String | getPwPasswd () |
| int | getPwUid () |
| int | getPwGid () |
| String | getPwGecos () |
| String | getPwDir () |
| String | getPwShell () |
静的公開メンバ関数 | |
| static passwd | loadPasswd (String userName) throws PAMException |
公開変数類 | |
| String | pw_name |
| String | pw_passwd |
| int | pw_uid |
| int | pw_gid |
限定公開メンバ関数 | |
| List | getFieldOrder () |
Comparing http://linux.die.net/man/3/getpwnam and my Mac OS X reveals that the structure of this field isn't very portable. In particular, we cannot read the real name reliably.
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
| int org.jvnet.libpam.impl.CLibrary.passwd.pw_gid |
| String org.jvnet.libpam.impl.CLibrary.passwd.pw_name |
User name.
| String org.jvnet.libpam.impl.CLibrary.passwd.pw_passwd |
Encrypted password.
| int org.jvnet.libpam.impl.CLibrary.passwd.pw_uid |
1.8.13