Package org.jets3t.service.acl.gs
Class GroupByEmailAddressGrantee
- java.lang.Object
-
- org.jets3t.service.acl.GroupGrantee
-
- org.jets3t.service.acl.gs.GroupByEmailAddressGrantee
-
- All Implemented Interfaces:
GranteeInterface
public class GroupByEmailAddressGrantee extends GroupGrantee
Represents an Group By Email Grantee, that is a group identified by their email address.- Author:
- Google Developers
-
-
Field Summary
-
Fields inherited from class org.jets3t.service.acl.GroupGrantee
ALL_USERS, AUTHENTICATED_USERS, LOG_DELIVERY
-
-
Constructor Summary
Constructors Constructor Description GroupByEmailAddressGrantee()GroupByEmailAddressGrantee(String email)Constructs a group grantee object using the given email address as an identifier.GroupByEmailAddressGrantee(String email, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()voidsetName(String name)StringtoString()com.jamesmurty.utils.XMLBuildertoXMLBuilder()-
Methods inherited from class org.jets3t.service.acl.GroupGrantee
getIdentifier, hashCode, setIdentifier, toXml
-
-
-
-
Constructor Detail
-
GroupByEmailAddressGrantee
public GroupByEmailAddressGrantee()
-
GroupByEmailAddressGrantee
public GroupByEmailAddressGrantee(String email)
Constructs a group grantee object using the given email address as an identifier.- Parameters:
email-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
toXMLBuilder
public com.jamesmurty.utils.XMLBuilder toXMLBuilder() throws TransformerException, ParserConfigurationException, FactoryConfigurationError- Specified by:
toXMLBuilderin interfaceGranteeInterface- Overrides:
toXMLBuilderin classGroupGrantee- Throws:
TransformerExceptionParserConfigurationExceptionFactoryConfigurationError
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classGroupGrantee
-
toString
public String toString()
- Overrides:
toStringin classGroupGrantee
-
-