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 semantic, ServletSecurity.TransportGuarantee guarantee, java.lang.String... roleNames)
           
HttpConstraintElement(ServletSecurity.TransportGuarantee guarantee, java.lang.String... roleNames)
           
 

Uses of ServletSecurity.TransportGuarantee in javax.servlet.annotation
 

Methods in javax.servlet.annotation that return ServletSecurity.TransportGuarantee
static ServletSecurity.TransportGuarantee ServletSecurity.TransportGuarantee.valueOf(java.lang.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.