Package org.jets3t.service.acl.gs
Class AllAuthenticatedUsersGrantee
- java.lang.Object
-
- org.jets3t.service.acl.GroupGrantee
-
- org.jets3t.service.acl.gs.AllAuthenticatedUsersGrantee
-
- All Implemented Interfaces:
GranteeInterface
public class AllAuthenticatedUsersGrantee extends GroupGrantee
Represents a grant to all authenticated 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 AllAuthenticatedUsersGrantee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
toString()
String
toXml()
com.jamesmurty.utils.XMLBuilder
toXMLBuilder()
-
Methods inherited from class org.jets3t.service.acl.GroupGrantee
getIdentifier, hashCode, setIdentifier
-
-
-
-
Method Detail
-
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
public boolean equals(Object obj)
- Overrides:
equals
in classGroupGrantee
-
toString
public String toString()
- Overrides:
toString
in classGroupGrantee
-
-