Enum Class SiteConfig.SingleSignOnType

java.lang.Object
java.lang.Enum<SiteConfig.SingleSignOnType>
com.mayam.wf.siteconfig.SiteConfig.SingleSignOnType
All Implemented Interfaces:
Serializable, Comparable<SiteConfig.SingleSignOnType>, Constable
Enclosing class:
SiteConfig

public static enum SiteConfig.SingleSignOnType extends Enum<SiteConfig.SingleSignOnType>
Allows for alternative Single Sign-On types to be used.
  • Enum Constant Details

    • OVERRIDES_AUTHORIZATION_HEADER

      public static final SiteConfig.SingleSignOnType OVERRIDES_AUTHORIZATION_HEADER
      BBC style authentication which forwards the Authorization header over to VizOne and then retrieves group/role information from there.
  • Method Details

    • values

      public static SiteConfig.SingleSignOnType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SiteConfig.SingleSignOnType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • text

      public String text()
    • lookup

      public static SiteConfig.SingleSignOnType lookup(String text)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<SiteConfig.SingleSignOnType>