GranteeInterfacepublic class GroupByEmailAddressGrantee extends GroupGrantee
ALL_USERS, AUTHENTICATED_USERS, LOG_DELIVERY| Constructor | Description |
|---|---|
GroupByEmailAddressGrantee() |
|
GroupByEmailAddressGrantee(String email) |
Constructs a group grantee object using the given email address as an identifier.
|
GroupByEmailAddressGrantee(String email,
String name) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
String |
getName() |
|
void |
setName(String name) |
|
String |
toString() |
|
com.jamesmurty.utils.XMLBuilder |
toXMLBuilder() |
getIdentifier, hashCode, setIdentifier, toXmlpublic GroupByEmailAddressGrantee()
public GroupByEmailAddressGrantee(String email)
email - 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