Class WaffleProperties

java.lang.Object
waffle.spring.boot.WaffleProperties

@ConfigurationProperties(prefix="waffle") public class WaffleProperties extends Object
The configuration properties that can be used with Spring Boot to configure WAFFLE.
  • Constructor Details

    • WaffleProperties

      public WaffleProperties()
  • Method Details

    • getPrincipalFormat

      public String getPrincipalFormat()
      Gets the principal format.
      Returns:
      the principal format
    • setPrincipalFormat

      public void setPrincipalFormat(String principalFormat)
      Sets the principal format.
      Parameters:
      principalFormat - the new principal format
    • getRoleFormat

      public String getRoleFormat()
      Gets the role format.
      Returns:
      the role format
    • setRoleFormat

      public void setRoleFormat(String roleFormat)
      Sets the role format.
      Parameters:
      roleFormat - the new role format
    • isAllowGuestLogin

      public boolean isAllowGuestLogin()
      Checks if is allow guest login.
      Returns:
      true, if is allow guest login
    • setAllowGuestLogin

      public void setAllowGuestLogin(boolean allowGuestLogin)
      Sets the allow guest login.
      Parameters:
      allowGuestLogin - the new allow guest login
    • getSso

      Gets the sso.
      Returns:
      the sso
    • setSso

      public void setSso(WaffleProperties.SingleSignOnProperties sso)
      Sets the sso.
      Parameters:
      sso - the new sso