- java.lang.Object
-
- jnr.posix.NativeGroup
-
- jnr.posix.DefaultNativeGroup
-
- All Implemented Interfaces:
Group
public final class DefaultNativeGroup extends NativeGroup implements Group
The default native group layout.This implementation should work on Solaris, Linux and MacOS.
-
-
Field Summary
-
Fields inherited from class jnr.posix.NativeGroup
runtime, structLayout
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetGID()String[]getMembers()StringgetName()StringgetPassword()
-
-
-
Method Detail
-
getPassword
public String getPassword()
- Specified by:
getPasswordin interfaceGroup
-
getMembers
public String[] getMembers()
- Specified by:
getMembersin interfaceGroup
-
-