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

Packages that use SecurityRoleType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return SecurityRoleType
 SecurityRoleType<T> SecurityRoleType.removeAllDescription()
          Removes the description element
 SecurityRoleType<T> SecurityRoleType.removeAllPrincipalName()
          Removes the principal-name 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.setPrincipalName(java.lang.String principalName)
          Creates a new principal-name element
 SecurityRoleType<T> SecurityRoleType.setPrincipalNameList(java.lang.String... values)
          Creates for all String objects representing principal-name elements, a new principal-name 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.jboss51
 

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

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement SecurityRoleType
 class SecurityRoleTypeImpl<T>
          This class implements the security-roleType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return SecurityRoleType
 SecurityRoleType<T> SecurityRoleTypeImpl.removeAllDescription()
          Removes the description element
 SecurityRoleType<T> SecurityRoleTypeImpl.removeAllPrincipalName()
          Removes the principal-name 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.setPrincipalName(java.lang.String principalName)
          Creates a new principal-name element
 SecurityRoleType<T> SecurityRoleTypeImpl.setPrincipalNameList(java.lang.String... values)
          Creates for all String objects representing principal-name elements, a new principal-name 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.