public class GroupByIdGrantee extends GroupGrantee
ALL_USERS, AUTHENTICATED_USERS, LOG_DELIVERY
Constructor and Description |
---|
GroupByIdGrantee() |
GroupByIdGrantee(String id)
Constructs a group grantee object using the given group id as an identifier.
|
GroupByIdGrantee(String identifier,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
void |
setName(String name) |
String |
toString() |
com.jamesmurty.utils.XMLBuilder |
toXMLBuilder() |
getIdentifier, hashCode, setIdentifier, toXml
public GroupByIdGrantee()
public GroupByIdGrantee(String id)
id
- public String getName()
public void setName(String name)
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 toString()
toString
in class GroupGrantee