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
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
ConstructorsConstructorDescriptionConstructs a group grantee object using the given group id as an identifier.GroupByIdGrantee
(String identifier, String name) -
Method Summary
Methods inherited from class org.jets3t.service.acl.GroupGrantee
getIdentifier, hashCode, setIdentifier, toXml
-
Constructor Details
-
GroupByIdGrantee
public GroupByIdGrantee() -
GroupByIdGrantee
Constructs a group grantee object using the given group id as an identifier.- Parameters:
id
-
-
GroupByIdGrantee
-
-
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
-