Package org.hibernate.boot.jaxb.cfg.spi
Class JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
java.lang.Object
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
- Enclosing class:
- JaxbCfgHibernateConfiguration.JaxbCfgSecurity
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>
-
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.void
setActions
(String value) Sets the value of the actions property.void
setEntityName
(String value) Sets the value of the entityName property.void
Sets the value of the role property.
-
Field Details
-
actions
-
entityName
-
role
-
-
Constructor Details
-
JaxbCfgGrant
public JaxbCfgGrant()
-
-
Method Details
-
getActions
Gets the value of the actions property.- Returns:
- possible object is
String
-
setActions
Sets the value of the actions property.- Parameters:
value
- allowed object isString
-
getEntityName
Gets the value of the entityName property.- Returns:
- possible object is
String
-
setEntityName
Sets the value of the entityName property.- Parameters:
value
- allowed object isString
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value
- allowed object isString
-