|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jets3t.service.acl.EmailAddressGrantee
public class EmailAddressGrantee
Represents an Email Grantee, that is a grantee identified by their email address and authenticated by an Amazon system.
Constructor Summary | |
---|---|
EmailAddressGrantee()
Default construtor. |
|
EmailAddressGrantee(String emailAddress)
Constructs an email grantee with the given email address. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getIdentifier()
Returns the grantee's email address (ID). |
int |
hashCode()
|
void |
setIdentifier(String emailAddress)
Set the email address as the grantee's ID. |
String |
toXml()
|
com.jamesmurty.utils.XMLBuilder |
toXMLBuilder()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmailAddressGrantee()
Warning! If this constructor is used the class will not represent a valid email grantee until the identifier has been set.
public EmailAddressGrantee(String emailAddress)
emailAddress
- Method Detail |
---|
public String toXml() throws TransformerException, ParserConfigurationException, FactoryConfigurationError
toXml
in interface GranteeInterface
TransformerException
ParserConfigurationException
FactoryConfigurationError
public com.jamesmurty.utils.XMLBuilder toXMLBuilder() throws TransformerException, ParserConfigurationException, FactoryConfigurationError
toXMLBuilder
in interface GranteeInterface
TransformerException
ParserConfigurationException
FactoryConfigurationError
public void setIdentifier(String emailAddress)
setIdentifier
in interface GranteeInterface
public String getIdentifier()
getIdentifier
in interface GranteeInterface
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |