public interface SecurityIdentityType<T> extends Child<T>, JavaeeSecurityIdentityCommonType<T,SecurityIdentityType<T>,RunAsType<SecurityIdentityType<T>>>
security-identityType
xsd typeModifier 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
objectsSecurityIdentityType
List<String> getAllDescription()
description
elementsdescription
SecurityIdentityType<T> removeAllDescription()
description
elementSecurityIdentityType
SecurityIdentityType<T> useCallerIdentity()
use-caller-identity
elementSecurityIdentityType
Boolean isUseCallerIdentity()
use-caller-identity
elementSecurityIdentityType
SecurityIdentityType<T> removeUseCallerIdentity()
use-caller-identity
elementSecurityIdentityType
RunAsType<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
elementSecurityIdentityType
SecurityIdentityType<T> id(String id)
id
attributeid
- the value for the attribute id
SecurityIdentityType
String getId()
id
attributeid
SecurityIdentityType<T> removeId()
id
attributeSecurityIdentityType
Copyright © 2020 JBoss by Red Hat. All rights reserved.