ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use RunAsType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return RunAsType
 RunAsType<SecurityIdentityType<T>> SecurityIdentityType.getOrCreateRunAs()
          If not already created, a new run-as element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return RunAsType
 RunAsType<T> RunAsType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 RunAsType<T> RunAsType.removeAllDescription()
          Removes the description element
 RunAsType<T> RunAsType.removeRoleName()
          Removes the role-name element
 RunAsType<T> RunAsType.roleName(String roleName)
          Sets the role-name element
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return RunAsType
 RunAsType<ServletType<T>> ServletType.getOrCreateRunAs()
          If not already created, a new run-as element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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