public class GroupByIdGrantee extends GroupGrantee
ALL_USERS, AUTHENTICATED_USERS, LOG_DELIVERY| Constructor and Description |
|---|
GroupByIdGrantee() |
GroupByIdGrantee(String id)
Constructs a group grantee object using the given group id as an identifier.
|
GroupByIdGrantee(String identifier,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
void |
setName(String name) |
String |
toString() |
com.jamesmurty.utils.XMLBuilder |
toXMLBuilder() |
getIdentifier, hashCode, setIdentifier, toXmlpublic GroupByIdGrantee()
public GroupByIdGrantee(String id)
id - public String getName()
public void setName(String name)
public com.jamesmurty.utils.XMLBuilder toXMLBuilder()
throws TransformerException,
ParserConfigurationException,
FactoryConfigurationError
toXMLBuilder in interface GranteeInterfacetoXMLBuilder in class GroupGranteeTransformerExceptionParserConfigurationExceptionFactoryConfigurationErrorpublic boolean equals(Object obj)
equals in class GroupGranteepublic String toString()
toString in class GroupGrantee