Uses of Class
javax.servlet.annotation.ServletSecurity.TransportGuarantee
-
Packages that use ServletSecurity.TransportGuarantee Package Description javax.servlet javax.servlet.annotation -
-
Uses of ServletSecurity.TransportGuarantee in javax.servlet
Methods in javax.servlet that return ServletSecurity.TransportGuarantee Modifier and Type Method Description 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.Constructors in javax.servlet with parameters of type ServletSecurity.TransportGuarantee Constructor Description 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. -
Uses of ServletSecurity.TransportGuarantee in javax.servlet.annotation
Methods in javax.servlet.annotation that return ServletSecurity.TransportGuarantee Modifier and Type Method Description ServletSecurity.TransportGuarantee
transportGuarantee()
The data protection requirements (i.e., whether or not SSL/TLS is required) that must be satisfied by the connections on which requests arrive.ServletSecurity.TransportGuarantee
transportGuarantee()
The data protection requirements (i.e., whether or not SSL/TLS is required) that must be satisfied by the connections on which requests arrive.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.
-