public interface GranteeInterface
AccessControlList
.
All grantees have an ID of some kind (though the format of the ID can differ depending on the kind
of grantee) and can be represented as an XML fragment suitable for use by the S3 REST implementation.Modifier and Type | Method and Description |
---|---|
String |
getIdentifier() |
void |
setIdentifier(String id) |
String |
toXml() |
com.jamesmurty.utils.XMLBuilder |
toXMLBuilder() |
String toXml() throws TransformerException, ParserConfigurationException, FactoryConfigurationError
TransformerException
ParserConfigurationException
FactoryConfigurationError
com.jamesmurty.utils.XMLBuilder toXMLBuilder() throws TransformerException, ParserConfigurationException, FactoryConfigurationError
void setIdentifier(String id)
String getIdentifier()
Copyright © 2006–2018. All rights reserved.