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

Packages that use SecurityRoleType
org.jboss.shrinkwrap.descriptor.api.application5 Provides the interfaces and enumeration types as defined in the schema application_5.xsd 
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.application5 Provides the implementation classes as defined in the schema application_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.application5 that return SecurityRoleType
 SecurityRoleType<ApplicationType<T>> ApplicationType.securityRole()
          Returns the security-role element
 SecurityRoleType<Application5Descriptor> Application5Descriptor.securityRole()
          Returns the security-role element
 

Methods in org.jboss.shrinkwrap.descriptor.api.application5 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<Application5Descriptor>> Application5Descriptor.getSecurityRoleList()
          Returns all security-role elements
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 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.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 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.impl.application5
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.application5 that return types with arguments of type SecurityRoleType
 java.util.List<SecurityRoleType<Application5Descriptor>> Application5DescriptorImpl.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.ejbjar30
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 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.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 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.