congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
CookieProperties.getMaxAge
Code IndexAdd Tabnine to your IDE (free)

How to use
getMaxAge
method
in
org.apereo.cas.configuration.model.support.cookie.CookieProperties

Best Java code snippets using org.apereo.cas.configuration.model.support.cookie.CookieProperties.getMaxAge (Showing top 2 results out of 315)

origin: org.apereo.cas/cas-server-support-wsfederation

  public WsFederationCookieGenerator(final DefaultCasCookieValueManager defaultCasCookieValueManager, final CookieProperties cookie) {
    this(defaultCasCookieValueManager, cookie.getName(), cookie.getPath(), cookie.getMaxAge(), cookie.isSecure(), cookie.getDomain(), cookie.isHttpOnly());
  }
}
origin: org.apereo.cas/cas-server-support-pac4j-core

  public SessionStoreCookieGenerator(final DefaultCasCookieValueManager valueManager, final CookieProperties c) {
    this(valueManager, c.getName(), c.getPath(), c.getMaxAge(), c.isSecure(), c.getDomain(), c.isHttpOnly());
  }
}
org.apereo.cas.configuration.model.support.cookieCookiePropertiesgetMaxAge

Popular methods of CookieProperties

  • getDomain
  • getName
  • getPath
  • isHttpOnly
  • isSecure
  • isPinToSession
  • setName

Popular in Java

  • Reactive rest calls using spring rest template
  • onRequestPermissionsResult (Fragment)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • requestLocationUpdates (LocationManager)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now