Package org.jets3t.service.acl.gs
Class AllUsersGrantee
java.lang.Object
org.jets3t.service.acl.GroupGrantee
org.jets3t.service.acl.gs.AllUsersGrantee
- All Implemented Interfaces:
GranteeInterface
Represents a grant to all users.
- Author:
- Google Developers
-
Field Summary
Fields inherited from class org.jets3t.service.acl.GroupGrantee
ALL_USERS, AUTHENTICATED_USERS, LOG_DELIVERY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jets3t.service.acl.GroupGrantee
hashCode, setIdentifier
-
Constructor Details
-
AllUsersGrantee
public AllUsersGrantee()
-
-
Method Details
-
toXml
public String toXml() throws TransformerException, ParserConfigurationException, FactoryConfigurationError- Specified by:
toXml
in interfaceGranteeInterface
- Overrides:
toXml
in classGroupGrantee
- Returns:
- the grantee represented in an XML fragment compatible with the S3 REST interface.
- Throws:
TransformerException
ParserConfigurationException
FactoryConfigurationError
-
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
-
getIdentifier
Description copied from class:GroupGrantee
Returns the group grantee's URI.- Specified by:
getIdentifier
in interfaceGranteeInterface
- Overrides:
getIdentifier
in classGroupGrantee
-
toString
- Overrides:
toString
in classGroupGrantee
-