Class WrapperGroup

  • Direct Known Subclasses:
    WrapperUNIXGroup, WrapperWin32Group

    public abstract class WrapperGroup
    extends java.lang.Object
    A WrapperGroup contains information about a group which a user belongs to. A WrapperGroup is obtained via a WrapperUser.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGroup()
      Returns the name of the group.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getGroup

        public java.lang.String getGroup()
        Returns the name of the group.
        Returns:
        The name of the group.