public class UserByEmailAddressGrantee extends EmailAddressGrantee
| Constructor and Description |
|---|
UserByEmailAddressGrantee()
Default constructor.
|
UserByEmailAddressGrantee(String emailAddress)
Constructs a grantee with the given email.
|
UserByEmailAddressGrantee(String emailAddress,
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 UserByEmailAddressGrantee()
Warning! If created with this constructor this class will not represent a valid grantee until the identifier is set.
public UserByEmailAddressGrantee(String emailAddress)
emailAddress - user's service-recognizable email address.public String getName()
public void setName(String name)
public com.jamesmurty.utils.XMLBuilder toXMLBuilder()
throws TransformerException,
ParserConfigurationException,
FactoryConfigurationError
toXMLBuilder in interface GranteeInterfacetoXMLBuilder in class EmailAddressGranteeTransformerExceptionParserConfigurationExceptionFactoryConfigurationErrorpublic boolean equals(Object obj)
equals in class EmailAddressGrantee