Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.uid_t
-
Packages that use uid_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system.de.ibapl.jnhw.posix.sys Very thin and safe wrapper classes around common used headers on a POSIX system under thesyspath. -
-
Uses of uid_t in de.ibapl.jnhw.posix
Methods in de.ibapl.jnhw.posix with annotations of type uid_t Modifier and Type Method Description static intUnistd. geteuid()static intUnistd. getuid()POSIX: getuid - get a real user ID.intSignal.Siginfo_t. si_uid()Sending process ID.uid_t si_uid Real user ID of sending process.Method parameters in de.ibapl.jnhw.posix with annotations of type uid_t Modifier and Type Method Description static voidUnistd. seteuid(int uid)POSIX: seteuid - set effective user ID.static voidUnistd. setreuid(int ruid, int euid)static voidUnistd. setreuid(int ruid, int euid)static voidUnistd. setuid(int uid)POSIX: setuid - set user ID. -
Uses of uid_t in de.ibapl.jnhw.posix.sys
Classes in de.ibapl.jnhw.posix.sys with annotations of type uid_t Modifier and Type Class Description static classTypes.Uid_tMethods in de.ibapl.jnhw.posix.sys with annotations of type uid_t Modifier and Type Method Description intTypes.Uid_t. getValue()Method parameters in de.ibapl.jnhw.posix.sys with annotations of type uid_t Modifier and Type Method Description voidTypes.Uid_t. setValue(int value)
-