|
|||||||||
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(java.lang.String emailAddress)
Constructs an email grantee with the given email address. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getIdentifier()
Returns the grantee's email address (ID). |
int |
hashCode()
|
void |
setIdentifier(java.lang.String emailAddress)
Set the email address as the grantee's ID. |
java.lang.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(java.lang.String emailAddress)
emailAddress
- Method Detail |
---|
public java.lang.String toXml() throws javax.xml.transform.TransformerException, javax.xml.parsers.ParserConfigurationException, javax.xml.parsers.FactoryConfigurationError
toXml
in interface GranteeInterface
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError
public com.jamesmurty.utils.XMLBuilder toXMLBuilder() throws javax.xml.transform.TransformerException, javax.xml.parsers.ParserConfigurationException, javax.xml.parsers.FactoryConfigurationError
toXMLBuilder
in interface GranteeInterface
javax.xml.transform.TransformerException
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError
public void setIdentifier(java.lang.String emailAddress)
setIdentifier
in interface GranteeInterface
public java.lang.String getIdentifier()
getIdentifier
in interface GranteeInterface
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |