public class Grant extends AbstractMetadataRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
Grant.Permission |
AbstractMetadataRecord.DataModifiable, AbstractMetadataRecord.Modifiable| Modifier and Type | Field and Description |
|---|---|
protected List<Grant.Permission> |
permissions |
NAME_DELIM_CHAR, RELATIONAL_URI| Constructor and Description |
|---|
Grant() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPermission(Grant.Permission permission) |
Collection<Grant.Permission> |
getPermissions() |
String |
getRole() |
void |
setRole(String role) |
equals, getAnnotation, getCanonicalName, getFullName, getIncomingObjects, getName, getNameInSource, getParent, getProperties, getProperty, getSourceName, getSQLString, getSQLString, getUUID, hashCode, isUUIDSet, setAnnotation, setIncomingObjects, setName, setNameInSource, setProperties, setProperty, setUUID, toStringprotected List<Grant.Permission> permissions
public Collection<Grant.Permission> getPermissions()
public void addPermission(Grant.Permission permission)
public String getRole()
public void setRole(String role)
Copyright © 2017 JBoss by Red Hat. All rights reserved.