Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • actions

        protected java.lang.String actions
      • entityName

        protected java.lang.String entityName
      • role

        protected java.lang.String role
    • Constructor Detail

      • JaxbCfgGrant

        public JaxbCfgGrant()
    • 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 is String
      • 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 is String
      • 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 is String