Class GenericGroup<UD extends UserDatabase>

  • Type Parameters:
    UD - The specific type of UserDase with which this group is associated
    All Implemented Interfaces:
    Principal, Group

    public class GenericGroup<UD extends UserDatabase>
    extends AbstractGroup

    Concrete implementation of Group for a UserDatabase.

    Author:
    Craig R. McClanahan