Uses of Enum
javax.servlet.annotation.ServletSecurity.TransportGuarantee
Packages that use ServletSecurity.TransportGuarantee
Package
Description
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.
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.
-
Uses of ServletSecurity.TransportGuarantee in javax.servlet
Methods in javax.servlet that return ServletSecurity.TransportGuaranteeModifier and TypeMethodDescriptionHttpConstraintElement.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.TransportGuaranteeModifierConstructorDescriptionHttpConstraintElement(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
Subclasses with type arguments of type ServletSecurity.TransportGuarantee in javax.servlet.annotationModifier and TypeClassDescriptionstatic enumDefines the data protection requirements that must be satisfied by the transportMethods in javax.servlet.annotation that return ServletSecurity.TransportGuaranteeModifier and TypeMethodDescriptionReturns 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.