|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ServletSecurity.TransportGuarantee 的软件包 | |
|---|---|
| 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. |
| javax.servlet.annotation | The javax.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component. |
| org.eclipse.jetty.annotations | |
| org.eclipse.jetty.security | |
| javax.servlet 中 ServletSecurity.TransportGuarantee 的使用 |
|---|
| 返回 ServletSecurity.TransportGuarantee 的 javax.servlet 中的方法 | |
|---|---|
ServletSecurity.TransportGuarantee |
HttpConstraintElement.getTransportGuarantee()
Gets the data protection requirement (i.e., whether or not SSL/TLS is required) that must be satisfied by the transport connection. |
| 参数类型为 ServletSecurity.TransportGuarantee 的 javax.servlet 中的构造方法 | |
|---|---|
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic,
ServletSecurity.TransportGuarantee guarantee,
String... roleNames)
Constructor to establish all of getEmptyRoleSemantic, getRolesAllowed, and getTransportGuarantee. |
|
HttpConstraintElement(ServletSecurity.TransportGuarantee guarantee,
String... roleNames)
Constructor to establish non-empty getRolesAllowed and/or TransportGuarantee.CONFIDENTIAL. |
|
| javax.servlet.annotation 中 ServletSecurity.TransportGuarantee 的使用 |
|---|
| 返回 ServletSecurity.TransportGuarantee 的 javax.servlet.annotation 中的方法 | |
|---|---|
static ServletSecurity.TransportGuarantee |
ServletSecurity.TransportGuarantee.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static ServletSecurity.TransportGuarantee[] |
ServletSecurity.TransportGuarantee.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
| org.eclipse.jetty.annotations 中 ServletSecurity.TransportGuarantee 的使用 |
|---|
| 参数类型为 ServletSecurity.TransportGuarantee 的 org.eclipse.jetty.annotations 中的方法 | |
|---|---|
protected Constraint |
ServletSecurityAnnotationHandler.makeConstraint(Class servlet,
String[] rolesAllowed,
ServletSecurity.EmptyRoleSemantic permitOrDeny,
ServletSecurity.TransportGuarantee transport)
Make a jetty Constraint object, which represents the |
| org.eclipse.jetty.security 中 ServletSecurity.TransportGuarantee 的使用 |
|---|
| 参数类型为 ServletSecurity.TransportGuarantee 的 org.eclipse.jetty.security 中的方法 | |
|---|---|
static Constraint |
ConstraintSecurityHandler.createConstraint(String name,
String[] rolesAllowed,
ServletSecurity.EmptyRoleSemantic permitOrDeny,
ServletSecurity.TransportGuarantee transport)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||