Uses of Class
javax.servlet.annotation.ServletSecurity.TransportGuarantee

Packages that use ServletSecurity.TransportGuarantee
javax.servlet   
javax.servlet.annotation   
 

Uses of ServletSecurity.TransportGuarantee in javax.servlet
 

Methods in javax.servlet that return ServletSecurity.TransportGuarantee
 ServletSecurity.TransportGuarantee HttpConstraintElement.getTransportGuarantee()
           
 

Constructors in javax.servlet with parameters of type ServletSecurity.TransportGuarantee
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic, ServletSecurity.TransportGuarantee transportGuarantee, String... rolesAllowed)
           
HttpConstraintElement(ServletSecurity.TransportGuarantee transportGuarantee, String... rolesAllowed)
           
 

Uses of ServletSecurity.TransportGuarantee in javax.servlet.annotation
 

Methods in javax.servlet.annotation that return ServletSecurity.TransportGuarantee
static ServletSecurity.TransportGuarantee ServletSecurity.TransportGuarantee.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServletSecurity.TransportGuarantee[] ServletSecurity.TransportGuarantee.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.