org.jets3t.service.acl.gs
Class GroupByDomainGrantee
java.lang.Object
org.jets3t.service.acl.GroupGrantee
org.jets3t.service.acl.gs.GroupByDomainGrantee
- All Implemented Interfaces:
- GranteeInterface
public class GroupByDomainGrantee
- extends GroupGrantee
Represents an Group By Domain Grantee, that is a group identified by their domain address.
- Author:
- Google Developers
GroupByDomainGrantee
public GroupByDomainGrantee()
GroupByDomainGrantee
public GroupByDomainGrantee(String domain)
- Constructs a group grantee object using the given domain address as an identifier.
- Parameters:
domain
-
toXMLBuilder
public com.jamesmurty.utils.XMLBuilder toXMLBuilder()
throws TransformerException,
ParserConfigurationException,
FactoryConfigurationError
- Specified by:
toXMLBuilder
in interface GranteeInterface
- Overrides:
toXMLBuilder
in class GroupGrantee
- Throws:
TransformerException
ParserConfigurationException
FactoryConfigurationError
equals
public boolean equals(Object obj)
- Overrides:
equals
in class GroupGrantee
toString
public String toString()
- Overrides:
toString
in class GroupGrantee