Package com.enonic.xp.security
Class Group
- java.lang.Object
-
- com.enonic.xp.security.Principal
-
- com.enonic.xp.security.Group
-
@PublicApi public final class Group extends Principal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Group.Builder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Group.Builder
create()
static Group.Builder
create(Group group)
-
Methods inherited from class com.enonic.xp.security.Principal
equals, getDescription, getDisplayName, getKey, getModifiedTime, hashCode
-
-
-
-
Method Detail
-
create
public static Group.Builder create()
-
create
public static Group.Builder create(Group group)
-
-