jnr.posix
Class DefaultNativeGroup
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
- Specified by:
getName in interface Group
getPassword
public String getPassword()
- Specified by:
getPassword in interface Group
getGID
public long getGID()
- Specified by:
getGID in interface Group
getMembers
public String[] getMembers()
- Specified by:
getMembers in interface Group
Copyright © 2014. All Rights Reserved.