Package jnr.posix

Class 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.

    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Group
      • getPassword

        public java.lang.String getPassword()
        Specified by:
        getPassword in interface Group
      • getGID

        public long getGID()
        Specified by:
        getGID in interface Group
      • getMembers

        public java.lang.String[] getMembers()
        Specified by:
        getMembers in interface Group