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
public class AllUsersGrantee
- extends GroupGrantee
Represents a grant to all users.
- Author:
- Google Developers
AllUsersGrantee
public AllUsersGrantee()
toXml
public String toXml()
throws TransformerException,
ParserConfigurationException,
FactoryConfigurationError
- Specified by:
toXml
in interface GranteeInterface
- Overrides:
toXml
in class GroupGrantee
- 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 interface GranteeInterface
- Overrides:
toXMLBuilder
in class GroupGrantee
- Throws:
TransformerException
ParserConfigurationException
FactoryConfigurationError
equals
public boolean equals(Object obj)
- Overrides:
equals
in class GroupGrantee
getIdentifier
public String getIdentifier()
- Description copied from class:
GroupGrantee
- Returns the group grantee's URI.
- Specified by:
getIdentifier
in interface GranteeInterface
- Overrides:
getIdentifier
in class GroupGrantee
toString
public String toString()
- Overrides:
toString
in class GroupGrantee