
public interface AuthConstraintType<T> extends Child<T>, JavaeeAuthConstraintCommonType<T,AuthConstraintType<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 |
String |
getId()
Returns the
id attribute |
AuthConstraintType<T> |
id(String id)
Sets the
id attribute |
AuthConstraintType<T> |
removeAllDescription()
Removes the
description element |
AuthConstraintType<T> |
removeAllRoleName()
Removes the
role-name element |
AuthConstraintType<T> |
removeId()
Removes the
id attribute |
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 elementAuthConstraintTypeAuthConstraintType<T> id(String id)
id attributeid - the value for the attribute idAuthConstraintTypeString getId()
id attributeidAuthConstraintType<T> removeId()
id attributeAuthConstraintTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.