|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RunAsType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.api.javaee6 | Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.javaee6 | Provides the implementation classes as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
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.runAs()
If not already created, a new run-as element will be created and returned. |
Uses of RunAsType in org.jboss.shrinkwrap.descriptor.api.javaee6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return RunAsType | |
---|---|
RunAsType<T> |
RunAsType.removeAllDescription()
Removes the description element |
RunAsType<T> |
RunAsType.removeRoleName()
Removes the role-name element |
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.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return RunAsType | |
---|---|
RunAsType<ServletType<T>> |
ServletType.runAs()
If not already created, a new run-as element will be created and returned. |
Uses of RunAsType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return RunAsType | |
---|---|
RunAsType<SecurityIdentityType<T>> |
SecurityIdentityTypeImpl.runAs()
If not already created, a new run-as element will be created and returned. |
Uses of RunAsType in org.jboss.shrinkwrap.descriptor.impl.javaee6 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement RunAsType | |
---|---|
class |
RunAsTypeImpl<T>
This class implements the run-asType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return RunAsType | |
---|---|
RunAsType<T> |
RunAsTypeImpl.removeAllDescription()
Removes the description element |
RunAsType<T> |
RunAsTypeImpl.removeRoleName()
Removes the role-name element |
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. |
Uses of RunAsType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return RunAsType | |
---|---|
RunAsType<ServletType<T>> |
ServletTypeImpl.runAs()
If not already created, a new run-as element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |