public class GroupByEmailAddressGrantee extends GroupGrantee
ALL_USERS, AUTHENTICATED_USERS, LOG_DELIVERY
Constructor and 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 and Description |
---|---|
String |
getName() |
void |
setName(String name) |
String |
toString() |
com.jamesmurty.utils.XMLBuilder |
toXMLBuilder() |
equals, getIdentifier, hashCode, setIdentifier, toXml
public 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 GranteeInterface
toXMLBuilder
in class GroupGrantee
TransformerException
ParserConfigurationException
FactoryConfigurationError
public String toString()
toString
in class GroupGrantee
Copyright © 2006–2018. All rights reserved.