| 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 |
|---|---|
LoginConfigModel |
SecurityConfigurationModel.getLoginConfig()
Returns a single, context-wide login configuration matching
<login-config> element
from web.xml. |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConfigurationModel.setLoginConfig(LoginConfigModel loginConfig) |
| Modifier and Type | Method and Description |
|---|---|
LoginConfigModel |
SecurityConfigChange.getLoginConfigModel() |
| 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.