Class SimpleGroupPrincipal

    • Constructor Detail

      • SimpleGroupPrincipal

        public SimpleGroupPrincipal​(String name)
        Creates a new group principal.
        Parameters:
        name - The name of the group principal.
        Throws:
        NullPointerException - If the given name is null.