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
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>
-
-
Constructor Summary
Constructors Constructor Description JaxbCfgGrant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getActions
public String getActions()
Gets the value of the actions property.- Returns:
- possible object is
String
-
setActions
public void setActions(String value)
Sets the value of the actions property.- Parameters:
value
- allowed object isString
-
getEntityName
public String getEntityName()
Gets the value of the entityName property.- Returns:
- possible object is
String
-
setEntityName
public void setEntityName(String value)
Sets the value of the entityName property.- Parameters:
value
- allowed object isString
-
getRole
public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
-