|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthConstraintType<T>
This interface defines the contract for the auth-constraintType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
AuthConstraintType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
AuthConstraintType
List<String> getAllDescription()
description
elements
description
AuthConstraintType<T> removeAllDescription()
description
element
AuthConstraintType
AuthConstraintType<T> roleName(String... values)
role-name
elements,
a new role-name
element
values
- list of role-name
objects
AuthConstraintType
List<String> getAllRoleName()
role-name
elements
role-name
AuthConstraintType<T> removeAllRoleName()
role-name
element
AuthConstraintType
AuthConstraintType<T> id(String id)
id
attribute
id
- the value for the attribute id
AuthConstraintType
String getId()
id
attribute
id
AuthConstraintType<T> removeId()
id
attribute
AuthConstraintType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |