public interface AuthConstraintType<T> extends Child<T>
auth-constraintType
xsd typeModifier 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
objectsAuthConstraintType
List<String> getAllDescription()
description
elementsdescription
AuthConstraintType<T> removeAllDescription()
description
elementAuthConstraintType
AuthConstraintType<T> roleName(String... values)
role-name
elements,
a new role-name
elementvalues
- list of role-name
objectsAuthConstraintType
List<String> getAllRoleName()
role-name
elementsrole-name
AuthConstraintType<T> removeAllRoleName()
role-name
elementAuthConstraintType
Copyright © 2016 JBoss by Red Hat. All rights reserved.