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
public class AllUsersGrantee extends GroupGrantee
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 Constructor Description AllUsersGrantee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetIdentifier()Returns the group grantee's URI.StringtoString()StringtoXml()com.jamesmurty.utils.XMLBuildertoXMLBuilder()-
Methods inherited from class org.jets3t.service.acl.GroupGrantee
hashCode, setIdentifier
-
-
-
-
Method Detail
-
toXml
public String toXml() throws TransformerException, ParserConfigurationException, FactoryConfigurationError
- Specified by:
toXmlin interfaceGranteeInterface- Overrides:
toXmlin classGroupGrantee- Returns:
- the grantee represented in an XML fragment compatible with the S3 REST interface.
- Throws:
TransformerExceptionParserConfigurationExceptionFactoryConfigurationError
-
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
-
getIdentifier
public String getIdentifier()
Description copied from class:GroupGranteeReturns the group grantee's URI.- Specified by:
getIdentifierin interfaceGranteeInterface- Overrides:
getIdentifierin classGroupGrantee
-
toString
public String toString()
- Overrides:
toStringin classGroupGrantee
-
-