public static class JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="actions" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actions |
protected String |
entityName |
protected String |
role |
| Constructor and Description |
|---|
JaxbCfgGrant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActions()
Gets the value of the actions property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
String |
getRole()
Gets the value of the role property.
|
void |
setActions(String value)
Sets the value of the actions property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setRole(String value)
Sets the value of the role property.
|
protected String actions
protected String entityName
protected String role
public String getActions()
Stringpublic void setActions(String value)
value - allowed object is
Stringpublic String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic String getRole()
StringCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.