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 boolean
equals(Object obj)
String
getName()
void
setName(String name)
String
toString()
com.jamesmurty.utils.XMLBuilder
toXMLBuilder()
-
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:
toXMLBuilder
in interfaceGranteeInterface
- Overrides:
toXMLBuilder
in classGroupGrantee
- Throws:
TransformerException
ParserConfigurationException
FactoryConfigurationError
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classGroupGrantee
-
toString
public String toString()
- Overrides:
toString
in classGroupGrantee
-
-