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.Layoutprivate final jnr.ffi.PointerFields inherited from class 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:
getPasswordin interfaceGroup
-
getGID
-
getMembers
- Specified by:
getMembersin interfaceGroup
-