GranteeInterface
public class UserByEmailAddressGrantee extends EmailAddressGrantee
Constructor | Description |
---|---|
UserByEmailAddressGrantee() |
Default constructor.
|
UserByEmailAddressGrantee(String emailAddress) |
Constructs a grantee with the given email.
|
UserByEmailAddressGrantee(String emailAddress,
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, toXml
public 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 GranteeInterface
toXMLBuilder
in class EmailAddressGrantee
TransformerException
ParserConfigurationException
FactoryConfigurationError
public boolean equals(Object obj)
equals
in class EmailAddressGrantee