ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema 
 

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.createSecurityRoleRef()
          Creates a new security-role-ref element
 SecurityRoleRefType<EntityBeanType<T>> EntityBeanType.createSecurityRoleRef()
          Creates a new security-role-ref element
 SecurityRoleRefType<SessionBeanType<T>> SessionBeanType.getOrCreateSecurityRoleRef()
          If not already created, a new security-role-ref element will be created and returned.
 SecurityRoleRefType<EntityBeanType<T>> EntityBeanType.getOrCreateSecurityRoleRef()
          If not already created, a new security-role-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type SecurityRoleRefType
 List<SecurityRoleRefType<SessionBeanType<T>>> SessionBeanType.getAllSecurityRoleRef()
          Returns all security-role-ref elements
 List<SecurityRoleRefType<EntityBeanType<T>>> EntityBeanType.getAllSecurityRoleRef()
          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.description(String... values)
          Creates for all String objects representing description elements, a new description element
 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.roleLink(String roleLink)
          Sets the role-link element
 SecurityRoleRefType<T> SecurityRoleRefType.roleName(String roleName)
          Sets the role-name element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.