类 javax.servlet.annotation.ServletSecurity.TransportGuarantee
的使用

使用 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.servletServletSecurity.TransportGuarantee 的使用
 

返回 ServletSecurity.TransportGuaranteejavax.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.TransportGuaranteejavax.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.annotationServletSecurity.TransportGuarantee 的使用
 

返回 ServletSecurity.TransportGuaranteejavax.servlet.annotation 中的方法
static ServletSecurity.TransportGuarantee ServletSecurity.TransportGuarantee.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static ServletSecurity.TransportGuarantee[] ServletSecurity.TransportGuarantee.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

org.eclipse.jetty.annotationsServletSecurity.TransportGuarantee 的使用
 

参数类型为 ServletSecurity.TransportGuaranteeorg.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 and elements, based on the security annotation.
 

org.eclipse.jetty.securityServletSecurity.TransportGuarantee 的使用
 

参数类型为 ServletSecurity.TransportGuaranteeorg.eclipse.jetty.security 中的方法
static Constraint ConstraintSecurityHandler.createConstraint(String name, String[] rolesAllowed, ServletSecurity.EmptyRoleSemantic permitOrDeny, ServletSecurity.TransportGuarantee transport)
           
 



Copyright © 2013. All Rights Reserved.