Class WaffleProperties.SingleSignOnProperties

java.lang.Object
waffle.spring.boot.WaffleProperties.SingleSignOnProperties
Enclosing class:
WaffleProperties

public static class WaffleProperties.SingleSignOnProperties extends Object
The Class SingleSignOnProperties.
  • Constructor Details

    • SingleSignOnProperties

      public SingleSignOnProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Checks if is enabled.
      Returns:
      true, if is enabled
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets the enabled.
      Parameters:
      enabled - the new enabled
    • isBasicEnabled

      public boolean isBasicEnabled()
      Checks if is basic enabled.
      Returns:
      true, if is basic enabled
    • setBasicEnabled

      public void setBasicEnabled(boolean basicEnabled)
      Sets the basic enabled.
      Parameters:
      basicEnabled - the new basic enabled
    • getProtocols

      public List<String> getProtocols()
      Gets the protocols.
      Returns:
      the protocols
    • setProtocols

      public void setProtocols(List<String> protocols)
      Sets the protocols.
      Parameters:
      protocols - the new protocols
    • isImpersonate

      public boolean isImpersonate()
      Checks if is impersonate.
      Returns:
      true, if is impersonate
    • setImpersonate

      public void setImpersonate(boolean impersonate)
      Sets the impersonate.
      Parameters:
      impersonate - the new impersonate