Uses of Class
io.jans.as.model.common.XFrameOptions
-
Packages that use XFrameOptions Package Description io.jans.as.model.common io.jans.as.model.configuration -
-
Uses of XFrameOptions in io.jans.as.model.common
Methods in io.jans.as.model.common that return XFrameOptions Modifier and Type Method Description static XFrameOptions
XFrameOptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static XFrameOptions[]
XFrameOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of XFrameOptions in io.jans.as.model.configuration
Fields in io.jans.as.model.configuration declared as XFrameOptions Modifier and Type Field Description static XFrameOptions
AppConfiguration. DEFAULT_X_FRAME_ORIGINS_VALUE
Methods in io.jans.as.model.configuration that return XFrameOptions Modifier and Type Method Description XFrameOptions
AppConfiguration. getXframeOptionsHeaderValue()
Methods in io.jans.as.model.configuration with parameters of type XFrameOptions Modifier and Type Method Description void
AppConfiguration. setXframeOptionsHeaderValue(XFrameOptions xframeOptionsHeaderValue)
-