| Package | Description |
|---|---|
| org.ops4j.pax.web.service.spi.model.elements |
Model subpackage representing actual web elements, while infrastructure elements
(like contexts) are kept in the package above.
|
| org.ops4j.pax.web.service.spi.task |
Package containing tools for batch/transactional operations on Pax Web model and
ServerController. |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityConstraintModel> |
SecurityConfigurationModel.getSecurityConstraints()
Returns a list of constraints matching the
<security-constraint> elements from web.xml. |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityConstraintModel> |
SecurityConfigChange.getSecurityConstraints() |
| Constructor and Description |
|---|
SecurityConfigChange(OpCode op,
OsgiContextModel osgiContextModel,
LoginConfigModel loginConfigModel,
List<SecurityConstraintModel> securityConstraints,
List<String> securityRoles) |
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.