Package | Description |
---|---|
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
|
org.jboss.shrinkwrap.descriptor.api.webapp25 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
RunAsType<SecurityIdentityType<T>> |
SecurityIdentityType.getOrCreateRunAs()
If not already created, a new
run-as element with the given value will be created. |
Modifier and Type | Method and Description |
---|---|
RunAsType<T> |
RunAsType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
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 |
Modifier and Type | Method and Description |
---|---|
RunAsType<ServletType<T>> |
ServletType.getOrCreateRunAs()
If not already created, a new
run-as element with the given value will be created. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.