added group for all authenticated users

This commit is contained in:
Sebastian Sdorra
2013-04-21 09:24:01 +02:00
parent d2f038b056
commit 9c66304550
2 changed files with 13 additions and 3 deletions

View File

@@ -30,6 +30,7 @@
*/
package sonia.scm.group;
//~--- non-JDK imports --------------------------------------------------------
@@ -53,6 +54,12 @@ import java.util.Iterator;
public final class GroupNames implements Serializable, Iterable<String>
{
/**
* Group for all authenticated users
* @since 1.31
*/
public static final String AUTHENTICATED = "_authenticated";
/** Field description */
private static final long serialVersionUID = 8615685985213897947L;