Class JaxbCfgHibernateConfiguration.JaxbCfgSecurity

  • Enclosing class:
    JaxbCfgHibernateConfiguration

    public static class JaxbCfgHibernateConfiguration.JaxbCfgSecurity
    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">
           <sequence>
             <element name="grant" maxOccurs="unbounded" minOccurs="0">
               <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>
             </element>
           </sequence>
           <attribute name="context" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>