Uses of Enum
io.envoyproxy.envoy.extensions.filters.http.oauth2.v3.CookieConfig.SameSite
Packages that use CookieConfig.SameSite
-
Uses of CookieConfig.SameSite in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return CookieConfig.SameSiteModifier and TypeMethodDescriptionstatic CookieConfig.SameSiteCookieConfig.SameSite.forNumber(int value) CookieConfig.Builder.getSameSite()The value used for the SameSite cookie attribute.CookieConfig.getSameSite()The value used for the SameSite cookie attribute.CookieConfigOrBuilder.getSameSite()The value used for the SameSite cookie attribute.static CookieConfig.SameSiteCookieConfig.SameSite.valueOf(int value) Deprecated.static CookieConfig.SameSiteCookieConfig.SameSite.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static CookieConfig.SameSiteReturns the enum constant of this type with the specified name.static CookieConfig.SameSite[]CookieConfig.SameSite.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 that return types with arguments of type CookieConfig.SameSiteModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CookieConfig.SameSite>CookieConfig.SameSite.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.oauth2.v3 with parameters of type CookieConfig.SameSiteModifier and TypeMethodDescriptionCookieConfig.Builder.setSameSite(CookieConfig.SameSite value) The value used for the SameSite cookie attribute.