Package 

Enum GlobalHeadersConfig.CrossOriginResourcePolicy

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SAME_SITE

      Only requests from the same Site can read the resource.

      SAME_ORIGIN

      Only requests from the same origin (i.e. scheme + host + port) can read the resource.

      CROSS_ORIGIN

      Requests from any origin (both same-site and cross-site) can read the resource. This is useful when COEP is used.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail