|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityIdentityType<T>
This interface defines the contract for the security-identityType
xsd type
Original Documentation:
The security-identityType specifies whether the caller's
security identity is to be used for the execution of the
methods of the enterprise bean or whether a specific run-as
identity is to be used. It contains an optional description
and a specification of the security identity to be used.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.lang.Boolean |
isUseCallerIdentity()
|
SecurityIdentityType<T> |
removeAllDescription()
Removes the description element |
SecurityIdentityType<T> |
removeRunAs()
Removes the run-as element |
RunAsType<SecurityIdentityType<T>> |
runAs()
If not already created, a new run-as element will be created and returned. |
SecurityIdentityType<T> |
setDescription(java.lang.String description)
Creates a new description element |
SecurityIdentityType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
SecurityIdentityType<T> |
useCallerIdentity()
|
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
SecurityIdentityType<T> setDescription(java.lang.String description)
description
element
SecurityIdentityType
SecurityIdentityType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
SecurityIdentityType
SecurityIdentityType<T> removeAllDescription()
description
element
SecurityIdentityType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
SecurityIdentityType<T> useCallerIdentity()
java.lang.Boolean isUseCallerIdentity()
SecurityIdentityType<T> removeRunAs()
run-as
element
SecurityIdentityType
RunAsType<SecurityIdentityType<T>> runAs()
run-as
element will be created and returned.
Otherwise, the existing run-as
element will be returned.
run-as
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |