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

Packages that use SecurityRoleRefType
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.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.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.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return SecurityRoleRefType
 SecurityRoleRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.securityRoleRef()
          Returns the security-role-ref element
 SecurityRoleRefType<SessionBeanType<T>> SessionBeanType.securityRoleRef()
          Returns the security-role-ref element
 SecurityRoleRefType<EntityBeanType<T>> EntityBeanType.securityRoleRef()
          Returns the security-role-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type SecurityRoleRefType
 java.util.List<SecurityRoleRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getSecurityRoleRefList()
          Returns all security-role-ref elements
 java.util.List<SecurityRoleRefType<SessionBeanType<T>>> SessionBeanType.getSecurityRoleRefList()
          Returns all security-role-ref elements
 java.util.List<SecurityRoleRefType<EntityBeanType<T>>> EntityBeanType.getSecurityRoleRefList()
          Returns all security-role-ref elements
 

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return SecurityRoleRefType
 SecurityRoleRefType<ServletType<T>> ServletType.securityRoleRef()
          Returns the security-role-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type SecurityRoleRefType
 java.util.List<SecurityRoleRefType<ServletType<T>>> ServletType.getSecurityRoleRefList()
          Returns all security-role-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return SecurityRoleRefType
 SecurityRoleRefType<EntityBeanType<T>> EntityBeanTypeImpl.securityRoleRef()
          Returns the security-role-ref element
 SecurityRoleRefType<SessionBeanType<T>> SessionBeanTypeImpl.securityRoleRef()
          Returns the security-role-ref element
 SecurityRoleRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.securityRoleRef()
          Returns the security-role-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type SecurityRoleRefType
 java.util.List<SecurityRoleRefType<EntityBeanType<T>>> EntityBeanTypeImpl.getSecurityRoleRefList()
          Returns all security-role-ref elements
 java.util.List<SecurityRoleRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getSecurityRoleRefList()
          Returns all security-role-ref elements
 java.util.List<SecurityRoleRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getSecurityRoleRefList()
          Returns all security-role-ref elements
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement SecurityRoleRefType
 class SecurityRoleRefTypeImpl<T>
          This class implements the security-role-refType xsd type
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return SecurityRoleRefType
 SecurityRoleRefType<ServletType<T>> ServletTypeImpl.securityRoleRef()
          Returns the security-role-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type SecurityRoleRefType
 java.util.List<SecurityRoleRefType<ServletType<T>>> ServletTypeImpl.getSecurityRoleRefList()
          Returns all security-role-ref elements