Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AuthConstraintType<T> |
AuthConstraintType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
AuthConstraintType<SecurityConstraintType<T>> |
SecurityConstraintType.getOrCreateAuthConstraint()
If not already created, a new
auth-constraint element with the given value will be created. |
AuthConstraintType<T> |
AuthConstraintType.removeAllDescription()
Removes the
description element |
AuthConstraintType<T> |
AuthConstraintType.removeAllRoleName()
Removes the
role-name element |
AuthConstraintType<T> |
AuthConstraintType.roleName(String... values)
Creates for all String objects representing
role-name elements,
a new role-name element |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.