Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.portletapp20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
SecurityConstraintType<PortletDescriptor> |
PortletDescriptor.createSecurityConstraint()
Creates a new
security-constraint element |
SecurityConstraintType<T> |
SecurityConstraintType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
SecurityConstraintType<PortletDescriptor> |
PortletDescriptor.getOrCreateSecurityConstraint()
If not already created, a new
security-constraint element will be created and returned. |
SecurityConstraintType<T> |
SecurityConstraintType.id(String id)
Sets the
id attribute |
SecurityConstraintType<T> |
SecurityConstraintType.removeAllDisplayName()
Removes the
display-name element |
SecurityConstraintType<T> |
SecurityConstraintType.removeId()
Removes the
id attribute |
SecurityConstraintType<T> |
SecurityConstraintType.removePortletCollection()
Removes the
portlet-collection element |
SecurityConstraintType<T> |
SecurityConstraintType.removeUserDataConstraint()
Removes the
user-data-constraint element |
Modifier and Type | Method and Description |
---|---|
List<SecurityConstraintType<PortletDescriptor>> |
PortletDescriptor.getAllSecurityConstraint()
Returns all
security-constraint elements |
PortletCollectionType<SecurityConstraintType<T>> |
SecurityConstraintType.getOrCreatePortletCollection()
If not already created, a new
portlet-collection 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. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.