ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.SecurityRoleType

Packages that use SecurityRoleType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of SecurityRoleType in org.jboss.shrinkwrap.descriptor.api.application6
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return SecurityRoleType
 SecurityRoleType<ApplicationType<T>> ApplicationType.createSecurityRole()
          Creates a new security-role element
 SecurityRoleType<ApplicationDescriptor> ApplicationDescriptor.createSecurityRole()
          Creates a new security-role element
 SecurityRoleType<ApplicationType<T>> ApplicationType.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 SecurityRoleType<ApplicationDescriptor> ApplicationDescriptor.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type SecurityRoleType
 List<SecurityRoleType<ApplicationType<T>>> ApplicationType.getAllSecurityRole()
          Returns all security-role elements
 List<SecurityRoleType<ApplicationDescriptor>> ApplicationDescriptor.getAllSecurityRole()
          Returns all security-role elements
 

Uses of SecurityRoleType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return SecurityRoleType
 SecurityRoleType<AssemblyDescriptorType<T>> AssemblyDescriptorType.createSecurityRole()
          Creates a new security-role element
 SecurityRoleType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type SecurityRoleType
 List<SecurityRoleType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getAllSecurityRole()
          Returns all security-role elements
 

Uses of SecurityRoleType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return SecurityRoleType
 SecurityRoleType<T> SecurityRoleType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 SecurityRoleType<T> SecurityRoleType.removeAllDescription()
          Removes the description element
 SecurityRoleType<T> SecurityRoleType.removeRoleName()
          Removes the role-name element
 SecurityRoleType<T> SecurityRoleType.roleName(String roleName)
          Sets the role-name element
 

Uses of SecurityRoleType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return SecurityRoleType
 SecurityRoleType<WebAppDescriptor> WebAppDescriptor.createSecurityRole()
          Creates a new security-role element
 SecurityRoleType<WebAppDescriptor> WebAppDescriptor.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type SecurityRoleType
 List<SecurityRoleType<WebAppDescriptor>> WebAppDescriptor.getAllSecurityRole()
          Returns all security-role elements
 

Uses of SecurityRoleType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return SecurityRoleType
 SecurityRoleType<WebFragmentType<T>> WebFragmentType.createSecurityRole()
          Creates a new security-role element
 SecurityRoleType<WebAppType<T>> WebAppType.createSecurityRole()
          Creates a new security-role element
 SecurityRoleType<WebFragmentType<T>> WebFragmentType.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 SecurityRoleType<WebAppType<T>> WebAppType.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type SecurityRoleType
 List<SecurityRoleType<WebFragmentType<T>>> WebFragmentType.getAllSecurityRole()
          Returns all security-role elements
 List<SecurityRoleType<WebAppType<T>>> WebAppType.getAllSecurityRole()
          Returns all security-role elements
 

Uses of SecurityRoleType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return SecurityRoleType
 SecurityRoleType<WebFragmentDescriptor> WebFragmentDescriptor.createSecurityRole()
          Creates a new security-role element
 SecurityRoleType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateSecurityRole()
          If not already created, a new security-role element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type SecurityRoleType
 List<SecurityRoleType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllSecurityRole()
          Returns all security-role elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.