|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ServletSecurityElement 的软件包 | |
|---|---|
| javax.servlet | The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. |
| org.eclipse.jetty.security | |
| org.eclipse.jetty.servlet | |
| org.eclipse.jetty.webapp | |
| javax.servlet 中 ServletSecurityElement 的使用 |
|---|
| 参数类型为 ServletSecurityElement 的 javax.servlet 中的方法 | |
|---|---|
Set<String> |
ServletRegistration.Dynamic.setServletSecurity(ServletSecurityElement constraint)
Sets the ServletSecurityElement to be applied to the
mappings defined for this ServletRegistration. |
| org.eclipse.jetty.security 中 ServletSecurityElement 的使用 |
|---|
| 参数类型为 ServletSecurityElement 的 org.eclipse.jetty.security 中的方法 | |
|---|---|
static List<ConstraintMapping> |
ConstraintSecurityHandler.createConstraintsWithMappingsForPath(String name,
String pathSpec,
ServletSecurityElement securityElement)
Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement |
| org.eclipse.jetty.servlet 中 ServletSecurityElement 的使用 |
|---|
| 参数类型为 ServletSecurityElement 的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
Set<String> |
ServletHandler.setServletSecurity(ServletRegistration.Dynamic registration,
ServletSecurityElement servletSecurityElement)
|
Set<String> |
ServletContextHandler.setServletSecurity(ServletRegistration.Dynamic registration,
ServletSecurityElement servletSecurityElement)
Delegate for ServletRegistration.Dynamic.setServletSecurity method |
Set<String> |
ServletHolder.Registration.setServletSecurity(ServletSecurityElement securityElement)
|
| org.eclipse.jetty.webapp 中 ServletSecurityElement 的使用 |
|---|
| 参数类型为 ServletSecurityElement 的 org.eclipse.jetty.webapp 中的方法 | |
|---|---|
Set<String> |
WebAppContext.setServletSecurity(ServletRegistration.Dynamic registration,
ServletSecurityElement servletSecurityElement)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||