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