Package org.wildfly.extension.undertow
Class CookieConfig
- java.lang.Object
-
- org.wildfly.extension.undertow.CookieConfig
-
public class CookieConfig extends Object
Configuration object for a Cookie. The config can be overridden on a per-app basis, and may not be present.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()BooleangetHttpOnly()IntegergetMaxAge()StringgetName()BooleangetSecure()
-