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

Packages that use RunAsType
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.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return RunAsType
 RunAsType<T> RunAsType.removeAllDescription()
          Removes the description element
 RunAsType<T> RunAsType.removeRoleName()
          Removes the role-name element
 RunAsType<SecurityIdentityType<T>> SecurityIdentityType.runAs()
          If not already created, a new run-as element will be created and returned.
 RunAsType<T> RunAsType.setDescription(java.lang.String description)
          Creates a new description element
 RunAsType<T> RunAsType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 RunAsType<T> RunAsType.setRoleName(java.lang.String roleName)
          If not already created, a new role-name element with the given value will be created.
 

Uses of RunAsType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return RunAsType
 RunAsType<T> RunAsTypeImpl.removeAllDescription()
          Removes the description element
 RunAsType<T> RunAsTypeImpl.removeRoleName()
          Removes the role-name element
 RunAsType<SecurityIdentityType<T>> SecurityIdentityTypeImpl.runAs()
          If not already created, a new run-as element will be created and returned.
 RunAsType<T> RunAsTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 RunAsType<T> RunAsTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 RunAsType<T> RunAsTypeImpl.setRoleName(java.lang.String roleName)
          If not already created, a new role-name element with the given value will be created.