Uses of Class
oracle.pgx.config.StrictTransportSecurityConfigBuilder
Packages that use StrictTransportSecurityConfigBuilder
Package
Description
This package contains all configuration-related classes of PGX.
-
Uses of StrictTransportSecurityConfigBuilder in oracle.pgx.config
Methods in oracle.pgx.config that return StrictTransportSecurityConfigBuilderModifier and TypeMethodDescriptionStrictTransportSecurityConfigBuilder.clear()Clears all values from the builderStrictTransportSecurityConfigBuilder.putAll(Map<StrictTransportSecurityConfig.Field, Object> values) Puts all values from the given map into this builder.StrictTransportSecurityConfigBuilder.putAll(StrictTransportSecurityConfig config) Puts all values from the given config into this builderStrictTransportSecurityConfigBuilder.setIncludeSubDomains(boolean includeSubDomains) whether to apply HTTPS to all subdomainsStrictTransportSecurityConfigBuilder.setMaxAgeSeconds(int maxAgeSeconds) how long (in seconds) the browser should enforce HTTPSStrictTransportSecurityConfigBuilder.setPreload(boolean preload) indicate whether current domain should be included in browser preload lists.Method parameters in oracle.pgx.config with type arguments of type StrictTransportSecurityConfigBuilderModifier and TypeMethodDescriptionStrictTransportSecurityConfigBuilder.buildStrictTransportSecurityConfig(Consumer<StrictTransportSecurityConfigBuilder> builderSetup) Builds aStrictTransportSecurityConfigin-placePgxConfigBuilder.setStrictTransportSecurityConfig(Consumer<StrictTransportSecurityConfigBuilder> strictTransportSecurityConfigBuilderSetup) Builds a StrictTransportSecurityConfig in-place.Constructors in oracle.pgx.config with parameters of type StrictTransportSecurityConfigBuilderModifierConstructorDescriptionConstructs a StrictTransportSecurityConfigBuilder initialized with the values from the given builder