Uses of Enum
jakarta.servlet.annotation.ServletSecurity.TransportGuarantee
Packages that use ServletSecurity.TransportGuarantee
-
Uses of ServletSecurity.TransportGuarantee in jakarta.servlet
Methods in jakarta.servlet that return ServletSecurity.TransportGuaranteeConstructors in jakarta.servlet with parameters of type ServletSecurity.TransportGuaranteeModifierConstructorDescriptionHttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic, ServletSecurity.TransportGuarantee transportGuarantee, String... rolesAllowed) Construct a constraint with an empty role semantic, a transport guarantee and roles.HttpConstraintElement(ServletSecurity.TransportGuarantee transportGuarantee, 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.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.