public interface SecurityRoleType<T> extends Child<T>
security-roleType
xsd typeModifier and Type | Method and Description |
---|---|
SecurityRoleType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllPrincipalName()
Returns all
principal-name elements |
String |
getId()
Returns the
id attribute |
String |
getRoleName()
Returns the
role-name element |
SecurityRoleType<T> |
id(String id)
Sets the
id attribute |
SecurityRoleType<T> |
principalName(String... values)
Creates for all String objects representing
principal-name elements,
a new principal-name element |
SecurityRoleType<T> |
removeAllDescription()
Removes the
description element |
SecurityRoleType<T> |
removeAllPrincipalName()
Removes the
principal-name element |
SecurityRoleType<T> |
removeId()
Removes the
id attribute |
SecurityRoleType<T> |
removeRoleName()
Removes the
role-name element |
SecurityRoleType<T> |
roleName(String roleName)
Sets the
role-name element |
SecurityRoleType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsSecurityRoleType
List<String> getAllDescription()
description
elementsdescription
SecurityRoleType<T> removeAllDescription()
description
elementSecurityRoleType
SecurityRoleType<T> roleName(String roleName)
role-name
elementroleName
- the value for the element role-name
SecurityRoleType
String getRoleName()
role-name
elementrole-name
SecurityRoleType<T> removeRoleName()
role-name
elementSecurityRoleType
SecurityRoleType<T> principalName(String... values)
principal-name
elements,
a new principal-name
elementvalues
- list of principal-name
objectsSecurityRoleType
List<String> getAllPrincipalName()
principal-name
elementsprincipal-name
SecurityRoleType<T> removeAllPrincipalName()
principal-name
elementSecurityRoleType
SecurityRoleType<T> id(String id)
id
attributeid
- the value for the attribute id
SecurityRoleType
String getId()
id
attributeid
SecurityRoleType<T> removeId()
id
attributeSecurityRoleType
Copyright © 2019 JBoss by Red Hat. All rights reserved.