Package 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
-
-
Field Summary
-
Fields inherited from class org.jets3t.service.acl.GroupGrantee
ALL_USERS, AUTHENTICATED_USERS, LOG_DELIVERY
-
-
Constructor Summary
Constructors Constructor Description GroupByDomainGrantee()GroupByDomainGrantee(String domain)Constructs a group grantee object using the given domain address as an identifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringtoString()com.jamesmurty.utils.XMLBuildertoXMLBuilder()-
Methods inherited from class org.jets3t.service.acl.GroupGrantee
getIdentifier, hashCode, setIdentifier, toXml
-
-
-
-
Constructor Detail
-
GroupByDomainGrantee
public GroupByDomainGrantee()
-
GroupByDomainGrantee
public GroupByDomainGrantee(String domain)
Constructs a group grantee object using the given domain address as an identifier.- Parameters:
domain-
-
-
Method Detail
-
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
-
-