Class AuthCookieProperties

java.lang.Object
au.org.ala.web.AuthCookieProperties

@ConfigurationProperties("security.cookie") public class AuthCookieProperties extends Object
When OIDC is enabled this can be enabled to set an ALA CAS backwards compatible cookie that hints to apps that share the same domain name that a user is probably logged in to the OIDC RP.
  • Constructor Details

    • AuthCookieProperties

      public AuthCookieProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getDomain

      public String getDomain()
    • setDomain

      public void setDomain(String domain)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • isHttpOnly

      public boolean isHttpOnly()
    • setHttpOnly

      public void setHttpOnly(boolean httpOnly)
    • isSecure

      public boolean isSecure()
    • setSecure

      public void setSecure(boolean secure)
    • getSecurityPolicy

      public String getSecurityPolicy()
    • setSecurityPolicy

      public void setSecurityPolicy(String securityPolicy)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getMaxAge

      public Integer getMaxAge()
    • setMaxAge

      public void setMaxAge(Integer maxAge)
    • isQuoteValue

      public boolean isQuoteValue()
    • setQuoteValue

      public void setQuoteValue(boolean quoteValue)
    • isEncodeValue

      public boolean isEncodeValue()
    • setEncodeValue

      public void setEncodeValue(boolean encodeValue)