|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityRoleType<T>
This interface defines the contract for the security-roleType
xsd type
Original Documentation:
The security-role element contains the definition of a security role.
The definition consists of an the security role name and principal name element(s).
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<java.lang.String> |
getPrincipalNameList()
Returns all principal-name elements |
java.lang.String |
getRoleName()
Returns the role-name element |
SecurityRoleType<T> |
removeAllDescription()
Removes the description element |
SecurityRoleType<T> |
removeAllPrincipalName()
Removes the principal-name element |
SecurityRoleType<T> |
removeRoleName()
Removes the role-name element |
SecurityRoleType<T> |
setDescription(java.lang.String description)
Creates a new description element |
SecurityRoleType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
SecurityRoleType<T> |
setPrincipalName(java.lang.String principalName)
Creates a new principal-name element |
SecurityRoleType<T> |
setPrincipalNameList(java.lang.String... values)
Creates for all String objects representing principal-name elements,
a new principal-name element |
SecurityRoleType<T> |
setRoleName(java.lang.String roleName)
If not already created, a new role-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
SecurityRoleType<T> setDescription(java.lang.String description)
description
element
SecurityRoleType
SecurityRoleType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
SecurityRoleType
SecurityRoleType<T> removeAllDescription()
description
element
SecurityRoleType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
SecurityRoleType<T> setRoleName(java.lang.String roleName)
role-name
element with the given value will be created.
Otherwise, the existing role-name
element will be updated with the given value.
SecurityRoleType
SecurityRoleType<T> removeRoleName()
role-name
element
SecurityRoleType
java.lang.String getRoleName()
role-name
element
role-name
SecurityRoleType<T> setPrincipalName(java.lang.String principalName)
principal-name
element
SecurityRoleType
SecurityRoleType<T> setPrincipalNameList(java.lang.String... values)
principal-name
elements,
a new principal-name
element
list
- of principal-name
objects
SecurityRoleType
SecurityRoleType<T> removeAllPrincipalName()
principal-name
element
SecurityRoleType
java.util.List<java.lang.String> getPrincipalNameList()
principal-name
elements
principal-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |