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

Packages that use SecurityRoleRefType
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.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 SecurityRoleRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return SecurityRoleRefType
 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.ejbjar30 that return types with arguments of type SecurityRoleRefType
 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.javaee5
 

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

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

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

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

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