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

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

返回 ServletSecurity.EmptyRoleSemanticjavax.servlet 中的方法
 ServletSecurity.EmptyRoleSemantic HttpConstraintElement.getEmptyRoleSemantic()
          Gets the default authorization semantic.
 

参数类型为 ServletSecurity.EmptyRoleSemanticjavax.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.annotationServletSecurity.EmptyRoleSemantic 的使用
 

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

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

参数类型为 ServletSecurity.EmptyRoleSemanticorg.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.EmptyRoleSemantic 的使用
 

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



Copyright © 2013. All Rights Reserved.