Uses of Class
org.glassfish.embeddable.web.config.TransportGuarantee
-
Packages that use TransportGuarantee Package Description org.glassfish.embeddable.web.config Provides classes to configure embedded WebContainer. -
-
Uses of TransportGuarantee in org.glassfish.embeddable.web.config
Methods in org.glassfish.embeddable.web.config that return TransportGuarantee Modifier and Type Method Description TransportGuaranteeSecurityConstraint. getDataConstraint()Gets the transport guarantee requirements for this SecurityConstraintstatic TransportGuaranteeTransportGuarantee. valueOf(String name)Returns the enum constant of this type with the specified name.static TransportGuarantee[]TransportGuarantee. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.embeddable.web.config with parameters of type TransportGuarantee Modifier and Type Method Description voidSecurityConstraint. setUserDataConstraint(TransportGuarantee tg)Sets the requirement that the constrained requests be received over a protected transport layer connection.
-