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 |
---|---|
String |
getName() |
void |
setName(String name) |
String |
toString() |
com.jamesmurty.utils.XMLBuilder |
toXMLBuilder() |
equals, getIdentifier, hashCode, setIdentifier, toXml
public GroupByIdGrantee()
public GroupByIdGrantee(String id)
id
- Identifierpublic 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 String toString()
toString
in class GroupGrantee
Copyright © 2006–2018. All rights reserved.