implement administration context with apache shiro

This commit is contained in:
Sebastian Sdorra
2012-08-30 16:49:46 +02:00
parent 2a48dcf4d5
commit 65826e749e
7 changed files with 68 additions and 384 deletions

View File

@@ -57,6 +57,15 @@ public final class GroupNames implements Serializable, Iterable<String>
//~--- constructors ---------------------------------------------------------
/**
* Constructs ...
*
*/
public GroupNames()
{
this.collection = Collections.EMPTY_LIST;
}
/**
* Constructs ...
*