|
keycloak-federation
|

公開メンバ関数 | |
| UnixUser (String userName) throws PAMException | |
| String | getUserName () |
| int | getUID () |
| int | getGID () |
| String | getGecos () |
| String | getDir () |
| String | getShell () |
| Set< String > | getGroups () |
静的公開メンバ関数 | |
| static boolean | exists (String name) |
限定公開メンバ関数 | |
| UnixUser (String userName, String gecos, String dir, String shell, int uid, int gid, Set< String > groups) | |
関数 | |
| UnixUser (String userName, passwd pwd) throws PAMException | |
変数 | |
| final String | gecos |
| final String | dir |
| final String | shell |
| final int | gid |
非公開変数類 | |
| final String | userName |
| final int | uid |
| final Set< String > | groups |
Represents an Unix user. Immutable.
|
inlinepackage |
|
inline |
|
inlineprotected |
Copy constructor for mocking. Not intended for regular use. Only for testing. This signature may change in the future.
|
inlinestatic |
|
inline |
Gets the home directory of this user.
|
inline |
Gets the gecos (the real name) of this user.
|
inline |
Gets the GID of this user.
|
inline |
Gets the groups that this user belongs to.
|
inline |
Gets the shell of this user.
|
inline |
Gets the UID of this user.
|
inline |
Gets the unix account name. Never null.
|
package |
|
package |
|
package |
|
private |
|
package |
|
private |
|
private |
1.8.13