|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ServletSecurity.EmptyRoleSemantic 的软件包 | |
|---|---|
| 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.EmptyRoleSemantic 的使用 |
|---|
| 返回 ServletSecurity.EmptyRoleSemantic 的 javax.servlet 中的方法 | |
|---|---|
ServletSecurity.EmptyRoleSemantic |
HttpConstraintElement.getEmptyRoleSemantic()
Gets the default authorization semantic. |
| 参数类型为 ServletSecurity.EmptyRoleSemantic 的 javax.servlet 中的构造方法 | |
|---|---|
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic)
Convenience constructor to establish EmptyRoleSemantic.DENY |
|
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic,
ServletSecurity.TransportGuarantee guarantee,
String... roleNames)
Constructor to establish all of getEmptyRoleSemantic, getRolesAllowed, and getTransportGuarantee. |
|
| javax.servlet.annotation 中 ServletSecurity.EmptyRoleSemantic 的使用 |
|---|
| 返回 ServletSecurity.EmptyRoleSemantic 的 javax.servlet.annotation 中的方法 | |
|---|---|
static ServletSecurity.EmptyRoleSemantic |
ServletSecurity.EmptyRoleSemantic.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static ServletSecurity.EmptyRoleSemantic[] |
ServletSecurity.EmptyRoleSemantic.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
| org.eclipse.jetty.annotations 中 ServletSecurity.EmptyRoleSemantic 的使用 |
|---|
| 参数类型为 ServletSecurity.EmptyRoleSemantic 的 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.EmptyRoleSemantic 的使用 |
|---|
| 参数类型为 ServletSecurity.EmptyRoleSemantic 的 org.eclipse.jetty.security 中的方法 | |
|---|---|
static Constraint |
ConstraintSecurityHandler.createConstraint(String name,
String[] rolesAllowed,
ServletSecurity.EmptyRoleSemantic permitOrDeny,
ServletSecurity.TransportGuarantee transport)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||