Package jnr.posix
Class DefaultNativeGroup
java.lang.Object
jnr.posix.NativeGroup
jnr.posix.DefaultNativeGroup
- All Implemented Interfaces:
Group
The default native group layout.
This implementation should work on Solaris, Linux and MacOS.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final DefaultNativeGroup.Layout
private final jnr.ffi.Pointer
Fields inherited from class jnr.posix.NativeGroup
runtime, structLayout
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
layout
-
memory
private final jnr.ffi.Pointer memory
-
-
Constructor Details
-
DefaultNativeGroup
DefaultNativeGroup(jnr.ffi.Pointer memory)
-
-
Method Details
-
getName
-
getPassword
- Specified by:
getPassword
in interfaceGroup
-
getGID
public long getGID() -
getMembers
- Specified by:
getMembers
in interfaceGroup
-