Uses of Enum Class
cloud.opencode.base.web.security.SecurityHeaders.FrameOption
Packages that use SecurityHeaders.FrameOption
-
Uses of SecurityHeaders.FrameOption in cloud.opencode.base.web.security
Subclasses with type arguments of type SecurityHeaders.FrameOption in cloud.opencode.base.web.securityModifier and TypeClassDescriptionstatic enumX-Frame-Options header values.Methods in cloud.opencode.base.web.security that return SecurityHeaders.FrameOptionModifier and TypeMethodDescriptionstatic SecurityHeaders.FrameOptionReturns the enum constant of this class with the specified name.static SecurityHeaders.FrameOption[]SecurityHeaders.FrameOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.web.security with parameters of type SecurityHeaders.FrameOptionModifier and TypeMethodDescriptionSecurityHeaders.Builder.xFrameOptions(SecurityHeaders.FrameOption option) Sets the X-Frame-Options header.