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 application_6.xsd 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.application6 Provides the implementation classes as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

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.securityRole()
          Returns the security-role element
 SecurityRoleType<Application6Descriptor> Application6Descriptor.securityRole()
          Returns the security-role element
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type SecurityRoleType
 java.util.List<SecurityRoleType<ApplicationType<T>>> ApplicationType.getSecurityRoleList()
          Returns all security-role elements
 java.util.List<SecurityRoleType<Application6Descriptor>> Application6Descriptor.getSecurityRoleList()
          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.securityRole()
          Returns the security-role element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type SecurityRoleType
 java.util.List<SecurityRoleType<AssemblyDescriptorType<T>>> AssemblyDescriptorType.getSecurityRoleList()
          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.removeAllDescription()
          Removes the description element
 SecurityRoleType<T> SecurityRoleType.removeRoleName()
          Removes the role-name element
 SecurityRoleType<T> SecurityRoleType.setDescription(java.lang.String description)
          Creates a new description element
 SecurityRoleType<T> SecurityRoleType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 SecurityRoleType<T> SecurityRoleType.setRoleName(java.lang.String roleName)
          If not already created, a new role-name element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return SecurityRoleType
 SecurityRoleType<WebApp30Descriptor> WebApp30Descriptor.securityRole()
          Returns the security-role element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type SecurityRoleType
 java.util.List<SecurityRoleType<WebApp30Descriptor>> WebApp30Descriptor.getSecurityRoleList()
          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.securityRole()
          Returns the security-role element
 SecurityRoleType<WebAppType<T>> WebAppType.securityRole()
          Returns the security-role element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type SecurityRoleType
 java.util.List<SecurityRoleType<WebFragmentType<T>>> WebFragmentType.getSecurityRoleList()
          Returns all security-role elements
 java.util.List<SecurityRoleType<WebAppType<T>>> WebAppType.getSecurityRoleList()
          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<WebFragment30Descriptor> WebFragment30Descriptor.securityRole()
          Returns the security-role element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return SecurityRoleType
 SecurityRoleType<Application6Descriptor> Application6DescriptorImpl.securityRole()
          Returns the security-role element
 SecurityRoleType<ApplicationType<T>> ApplicationTypeImpl.securityRole()
          Returns the security-role element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type SecurityRoleType
 java.util.List<SecurityRoleType<Application6Descriptor>> Application6DescriptorImpl.getSecurityRoleList()
          Returns all security-role elements
 java.util.List<SecurityRoleType<ApplicationType<T>>> ApplicationTypeImpl.getSecurityRoleList()
          Returns all security-role elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return SecurityRoleType
 SecurityRoleType<AssemblyDescriptorType<T>> AssemblyDescriptorTypeImpl.securityRole()
          Returns the security-role element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return SecurityRoleType
 SecurityRoleType<T> SecurityRoleTypeImpl.removeAllDescription()
          Removes the description element
 SecurityRoleType<T> SecurityRoleTypeImpl.removeRoleName()
          Removes the role-name element
 SecurityRoleType<T> SecurityRoleTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 SecurityRoleType<T> SecurityRoleTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 SecurityRoleType<T> SecurityRoleTypeImpl.setRoleName(java.lang.String roleName)
          If not already created, a new role-name element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return SecurityRoleType
 SecurityRoleType<WebApp30Descriptor> WebApp30DescriptorImpl.securityRole()
          Returns the security-role element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type SecurityRoleType
 java.util.List<SecurityRoleType<WebApp30Descriptor>> WebApp30DescriptorImpl.getSecurityRoleList()
          Returns all security-role elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return SecurityRoleType
 SecurityRoleType<WebFragmentType<T>> WebFragmentTypeImpl.securityRole()
          Returns the security-role element
 SecurityRoleType<WebAppType<T>> WebAppTypeImpl.securityRole()
          Returns the security-role element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type SecurityRoleType
 java.util.List<SecurityRoleType<WebFragmentType<T>>> WebFragmentTypeImpl.getSecurityRoleList()
          Returns all security-role elements
 java.util.List<SecurityRoleType<WebAppType<T>>> WebAppTypeImpl.getSecurityRoleList()
          Returns all security-role elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return SecurityRoleType
 SecurityRoleType<WebFragment30Descriptor> WebFragment30DescriptorImpl.securityRole()
          Returns the security-role element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type SecurityRoleType
 java.util.List<SecurityRoleType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getSecurityRoleList()
          Returns all security-role elements