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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return RunAsType
 RunAsType<T> RunAsType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 RunAsType<SecurityIdentityType<T>> SecurityIdentityType.getOrCreateRunAs()
          If not already created, a new run-as element with the given value will be created.
 RunAsType<T> RunAsType.id(String id)
          Sets the id attribute
 RunAsType<T> RunAsType.removeAllDescription()
          Removes the description element
 RunAsType<T> RunAsType.removeId()
          Removes the id attribute
 RunAsType<T> RunAsType.removeRoleName()
          Removes the role-name element
 RunAsType<T> RunAsType.roleName(String roleName)
          Sets the role-name element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.