Uses of Class
jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
-
Packages that use ServletSecurity.TransportGuarantee Package Description jakarta.servlet The jakarta.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.jakarta.servlet.annotation The jakarta.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. -
-
Uses of ServletSecurity.TransportGuarantee in jakarta.servlet
Methods in jakarta.servlet that return ServletSecurity.TransportGuarantee Modifier and Type Method Description ServletSecurity.TransportGuaranteeHttpConstraintElement. getTransportGuarantee()TODOConstructors in jakarta.servlet with parameters of type ServletSecurity.TransportGuarantee Constructor Description HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic, ServletSecurity.TransportGuarantee transportGuarantee, java.lang.String... rolesAllowed)Construct a constraint with an empty role semantic, a transport guarantee and roles.HttpConstraintElement(ServletSecurity.TransportGuarantee transportGuarantee, java.lang.String... rolesAllowed)Construct a constraint with a transport guarantee and roles. -
Uses of ServletSecurity.TransportGuarantee in jakarta.servlet.annotation
Methods in jakarta.servlet.annotation that return ServletSecurity.TransportGuarantee Modifier and Type Method Description ServletSecurity.TransportGuaranteetransportGuarantee()Determines whether SSL/TLS is required to process the current request.ServletSecurity.TransportGuaranteetransportGuarantee()Determines whether SSL/TLS is required to process the current request.static ServletSecurity.TransportGuaranteeServletSecurity.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.
-