Uses of Class
org.bremersee.security.FrameOptionsMode
-
Packages that use FrameOptionsMode Package Description org.bremersee.security -
-
Uses of FrameOptionsMode in org.bremersee.security
Methods in org.bremersee.security that return FrameOptionsMode Modifier and Type Method Description static FrameOptionsMode
FrameOptionsMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FrameOptionsMode[]
FrameOptionsMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-