|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RunAsType<T>
This interface defines the contract for the run-asType
xsd type
Original Documentation:
The run-asType specifies the run-as identity to be
used for the execution of a component. It contains an
optional description, and the name of a security role.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.lang.String |
getRoleName()
Returns the role-name element |
RunAsType<T> |
removeAllDescription()
Removes the description element |
RunAsType<T> |
removeRoleName()
Removes the role-name element |
RunAsType<T> |
setDescription(java.lang.String description)
Creates a new description element |
RunAsType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
RunAsType<T> |
setRoleName(java.lang.String roleName)
If not already created, a new role-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
RunAsType<T> setDescription(java.lang.String description)
description
element
RunAsType
RunAsType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
RunAsType
RunAsType<T> removeAllDescription()
description
element
RunAsType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
RunAsType<T> setRoleName(java.lang.String roleName)
role-name
element with the given value will be created.
Otherwise, the existing role-name
element will be updated with the given value.
RunAsType
RunAsType<T> removeRoleName()
role-name
element
RunAsType
java.lang.String getRoleName()
role-name
element
role-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |