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