Package org.jets3t.service.acl.gs
Class GroupByIdGrantee
- java.lang.Object
-
- org.jets3t.service.acl.GroupGrantee
-
- org.jets3t.service.acl.gs.GroupByIdGrantee
-
- All Implemented Interfaces:
GranteeInterface
public class GroupByIdGrantee extends GroupGrantee
Represents a Group grantee.- 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 GroupByIdGrantee()GroupByIdGrantee(String id)Constructs a group grantee object using the given group id as an identifier.GroupByIdGrantee(String identifier, 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
-
-
-
-
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
-
-