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 |
---|---|
String |
getName() |
void |
setName(String name) |
String |
toString() |
com.jamesmurty.utils.XMLBuilder |
toXMLBuilder() |
equals, 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
Copyright © 2006–2018. All rights reserved.