
public interface SecurityIdentityType<T> extends Child<T>, JavaeeSecurityIdentityCommonType<T,SecurityIdentityType<T>,RunAsType<SecurityIdentityType<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 |
String |
getId()
Returns the
id attribute |
RunAsType<SecurityIdentityType<T>> |
getOrCreateRunAs()
If not already created, a new
run-as element with the given value will be created. |
SecurityIdentityType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isUseCallerIdentity()
Removes the
use-caller-identity element |
SecurityIdentityType<T> |
removeAllDescription()
Removes the
description element |
SecurityIdentityType<T> |
removeId()
Removes the
id attribute |
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 elementSecurityIdentityTypeSecurityIdentityType<T> id(String id)
id attributeid - the value for the attribute idSecurityIdentityTypeString getId()
id attributeidSecurityIdentityType<T> removeId()
id attributeSecurityIdentityTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.