public class SessionCookieConfig extends Object
Constructor and Description |
---|
SessionCookieConfig(String name,
String domain,
String comment,
Boolean httpOnly,
Boolean secure,
Integer maxAge) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getDomain() |
Boolean |
getHttpOnly() |
Integer |
getMaxAge() |
String |
getName() |
Boolean |
getSecure() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.