| Package | Description |
|---|---|
| com.caucho.security | |
| com.caucho.server.security | |
| com.caucho.server.webapp |
| Modifier and Type | Class and Description |
|---|---|
class |
Allow
The <sec:Allow> tag authorizes requests for a set of url-patterns.
|
class |
Deny
|
class |
Require
The <sec:Require> tag authorizes requests for a set of url-patterns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintManager.addConstraint(SecurityConstraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebApp.add(SecurityConstraint constraint) |
void |
WebApp.addSecurityConstraint(SecurityConstraint constraint)
Adds a security constraint
|