Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webapp25 |
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.id(String id)
Sets the
id attribute |
AuthConstraintType<T> |
AuthConstraintType.removeAllDescription()
Removes the
description element |
AuthConstraintType<T> |
AuthConstraintType.removeAllRoleName()
Removes the
role-name element |
AuthConstraintType<T> |
AuthConstraintType.removeId()
Removes the
id attribute |
AuthConstraintType<T> |
AuthConstraintType.roleName(String... values)
Creates for all String objects representing
role-name elements,
a new role-name element |
Copyright © 2017 JBoss by Red Hat. All rights reserved.