public class AllUsersGrantee extends GroupGrantee
ALL_USERS, AUTHENTICATED_USERS, LOG_DELIVERY| Constructor and Description |
|---|
AllUsersGrantee() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIdentifier()
Returns the group grantee's URI.
|
String |
toString() |
String |
toXml() |
com.jamesmurty.utils.XMLBuilder |
toXMLBuilder() |
hashCode, setIdentifierpublic String toXml() throws TransformerException, ParserConfigurationException, FactoryConfigurationError
toXml in interface GranteeInterfacetoXml in class GroupGranteeTransformerExceptionParserConfigurationExceptionFactoryConfigurationErrorpublic com.jamesmurty.utils.XMLBuilder toXMLBuilder()
throws TransformerException,
ParserConfigurationException,
FactoryConfigurationError
toXMLBuilder in interface GranteeInterfacetoXMLBuilder in class GroupGranteeTransformerExceptionParserConfigurationExceptionFactoryConfigurationErrorpublic boolean equals(Object obj)
equals in class GroupGranteepublic String getIdentifier()
GroupGranteegetIdentifier in interface GranteeInterfacegetIdentifier in class GroupGranteepublic String toString()
toString in class GroupGrantee