JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
org.jnrproject.posix
jnr.posix
Group
Contents
Description
Method Summary
Method Details
getName()
getPassword()
getGID()
getMembers()
Hide sidebar
Show sidebar
Interface Group
All Known Implementing Classes:
DefaultNativeGroup
,
NativeGroup
public interface
Group
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
getGID
()
String
[]
getMembers
()
String
getName
()
String
getPassword
()
Method Details
getName
String
getName
()
getPassword
String
getPassword
()
getGID
long
getGID
()
getMembers
String
[]
getMembers
()