Package au.org.ala.web
Class AuthCookieProperties
java.lang.Object
au.org.ala.web.AuthCookieProperties
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()booleanbooleanbooleanbooleanbooleanisSecure()voidsetComment(String comment) voidvoidsetEnabled(boolean enabled) voidsetEncodeValue(boolean encodeValue) voidsetHttpOnly(boolean httpOnly) voidvoidvoidsetQuoteValue(boolean quoteValue) voidsetSecure(boolean secure) voidsetSecurityPolicy(String securityPolicy)
-
Constructor Details
-
AuthCookieProperties
public AuthCookieProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getDomain
-
setDomain
-
getPath
-
setPath
-
isHttpOnly
public boolean isHttpOnly() -
setHttpOnly
public void setHttpOnly(boolean httpOnly) -
isSecure
public boolean isSecure() -
setSecure
public void setSecure(boolean secure) -
getSecurityPolicy
-
setSecurityPolicy
-
getComment
-
setComment
-
getMaxAge
-
setMaxAge
-
isQuoteValue
public boolean isQuoteValue() -
setQuoteValue
public void setQuoteValue(boolean quoteValue) -
isEncodeValue
public boolean isEncodeValue() -
setEncodeValue
public void setEncodeValue(boolean encodeValue)
-