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
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
ConstructorsConstructorDescriptionGroupByEmailAddressGrantee
(String email) Constructs a group grantee object using the given email address as an identifier.GroupByEmailAddressGrantee
(String email, String name) -
Method Summary
Methods inherited from class org.jets3t.service.acl.GroupGrantee
getIdentifier, hashCode, setIdentifier, toXml
-
Constructor Details
-
GroupByEmailAddressGrantee
public GroupByEmailAddressGrantee() -
GroupByEmailAddressGrantee
Constructs a group grantee object using the given email address as an identifier.- Parameters:
email
-
-
GroupByEmailAddressGrantee
-
-
Method Details
-
getName
-
setName
-
toXMLBuilder
public com.jamesmurty.utils.XMLBuilder toXMLBuilder() throws TransformerException, ParserConfigurationException, FactoryConfigurationError- Specified by:
toXMLBuilder
in interfaceGranteeInterface
- Overrides:
toXMLBuilder
in classGroupGrantee
- Throws:
TransformerException
ParserConfigurationException
FactoryConfigurationError
-
equals
- Overrides:
equals
in classGroupGrantee
-
toString
- Overrides:
toString
in classGroupGrantee
-