Class JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
java.lang.Object
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
- Enclosing class:
JaxbCfgHibernateConfiguration.JaxbCfgSecurity
<p>Java class for anonymous complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actions property.Gets the value of the entityName property.getRole()Gets the value of the role property.voidsetActions(String value) Sets the value of the actions property.voidsetEntityName(String value) Sets the value of the entityName property.voidSets the value of the role property.
-
Field Details
-
actions
-
entityName
-
role
-
-
Constructor Details
-
JaxbCfgGrant
public JaxbCfgGrant()
-
-
Method Details
-
getActions
-
setActions
-
getEntityName
-
setEntityName
-
getRole
-
setRole
-