public interface AuthConstraintType<T> extends Child<T>
auth-constraintType xsd type| Modifier and Type | Method and Description |
|---|---|
AuthConstraintType<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> |
getAllRoleName()
Returns all
role-name elements |
AuthConstraintType<T> |
removeAllDescription()
Removes the
description element |
AuthConstraintType<T> |
removeAllRoleName()
Removes the
role-name element |
AuthConstraintType<T> |
roleName(String... values)
Creates for all String objects representing
role-name elements,
a new role-name element |
AuthConstraintType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsAuthConstraintTypeList<String> getAllDescription()
description elementsdescriptionAuthConstraintType<T> removeAllDescription()
description elementAuthConstraintTypeAuthConstraintType<T> roleName(String... values)
role-name elements,
a new role-name elementvalues - list of role-name objectsAuthConstraintTypeList<String> getAllRoleName()
role-name elementsrole-nameAuthConstraintType<T> removeAllRoleName()
role-name elementAuthConstraintTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.