Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webcommon30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
SecurityConstraintType<WebAppDescriptor> |
WebAppDescriptor.createSecurityConstraint()
Creates a new
security-constraint element |
SecurityConstraintType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateSecurityConstraint()
If not already created, a new
security-constraint element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<SecurityConstraintType<WebAppDescriptor>> |
WebAppDescriptor.getAllSecurityConstraint()
Returns all
security-constraint elements |
Modifier and Type | Method and Description |
---|---|
SecurityConstraintType<T> |
SecurityConstraintType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
SecurityConstraintType<T> |
SecurityConstraintType.id(String id)
Sets the
id attribute |
SecurityConstraintType<T> |
SecurityConstraintType.removeAllDisplayName()
Removes the
display-name element |
SecurityConstraintType<T> |
SecurityConstraintType.removeAllWebResourceCollection()
Removes all
web-resource-collection elements |
SecurityConstraintType<T> |
SecurityConstraintType.removeAuthConstraint()
Removes the
auth-constraint element |
SecurityConstraintType<T> |
SecurityConstraintType.removeId()
Removes the
id attribute |
SecurityConstraintType<T> |
SecurityConstraintType.removeUserDataConstraint()
Removes the
user-data-constraint element |
Modifier and Type | Method and Description |
---|---|
WebResourceCollectionType<SecurityConstraintType<T>> |
SecurityConstraintType.createWebResourceCollection()
Creates a new
web-resource-collection element |
List<WebResourceCollectionType<SecurityConstraintType<T>>> |
SecurityConstraintType.getAllWebResourceCollection()
Returns all
web-resource-collection elements |
AuthConstraintType<SecurityConstraintType<T>> |
SecurityConstraintType.getOrCreateAuthConstraint()
If not already created, a new
auth-constraint element with the given value will be created. |
UserDataConstraintType<SecurityConstraintType<T>> |
SecurityConstraintType.getOrCreateUserDataConstraint()
If not already created, a new
user-data-constraint element with the given value will be created. |
WebResourceCollectionType<SecurityConstraintType<T>> |
SecurityConstraintType.getOrCreateWebResourceCollection()
If not already created, a new
web-resource-collection element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
SecurityConstraintType<WebFragmentDescriptor> |
WebFragmentDescriptor.createSecurityConstraint()
Creates a new
security-constraint element |
SecurityConstraintType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateSecurityConstraint()
If not already created, a new
security-constraint element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<SecurityConstraintType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllSecurityConstraint()
Returns all
security-constraint elements |
Copyright © 2020 JBoss by Red Hat. All rights reserved.