public class Group extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Group.Builder |
Constructor and Description |
---|
Group(String name,
String groupname,
String orgname,
Set<String> actors,
Set<String> clients,
Set<String> groups,
Set<String> users) |
Modifier and Type | Method and Description |
---|---|
static Group.Builder |
builder(String groupname) |
boolean |
equals(Object obj) |
Set<String> |
getActors() |
Set<String> |
getClients() |
String |
getGroupname() |
Set<String> |
getGroups() |
String |
getName() |
String |
getOrgname() |
Set<String> |
getUsers() |
int |
hashCode() |
String |
toString() |
public static Group.Builder builder(String groupname)
public String getName()
public String getGroupname()
public String getOrgname()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.