public interface SecurityIdentityType<T> extends Child<T>
security-identityType xsd type| Modifier and Type | Method and Description |
|---|---|
SecurityIdentityType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
RunAsType<SecurityIdentityType<T>> |
getOrCreateRunAs()
If not already created, a new
run-as element with the given value will be created. |
Boolean |
isUseCallerIdentity()
Removes the
use-caller-identity element |
SecurityIdentityType<T> |
removeAllDescription()
Removes the
description element |
SecurityIdentityType<T> |
removeRunAs()
Removes the
run-as element |
SecurityIdentityType<T> |
removeUseCallerIdentity()
Removes the
use-caller-identity element |
SecurityIdentityType<T> |
useCallerIdentity()
Sets the
use-caller-identity element |
SecurityIdentityType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsSecurityIdentityTypeList<String> getAllDescription()
description elementsdescriptionSecurityIdentityType<T> removeAllDescription()
description elementSecurityIdentityTypeSecurityIdentityType<T> useCallerIdentity()
use-caller-identity elementSecurityIdentityTypeBoolean isUseCallerIdentity()
use-caller-identity elementSecurityIdentityTypeSecurityIdentityType<T> removeUseCallerIdentity()
use-caller-identity elementSecurityIdentityTypeRunAsType<SecurityIdentityType<T>> getOrCreateRunAs()
run-as element with the given value will be created.
Otherwise, the existing run-as element will be returned.RunAsType> SecurityIdentityType<T> removeRunAs()
run-as elementSecurityIdentityTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.