public class IdentityCookieConfig extends Object
Constructor and Description |
---|
IdentityCookieConfig(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getComment() |
String |
getDomain() |
int |
getMaxAge() |
String |
getName() |
String |
getPath() |
int |
getVersion() |
int |
hashCode() |
boolean |
isHttpOnly() |
boolean |
isSecure() |
void |
setComment(String comment) |
void |
setDomain(String domain) |
void |
setIsHttpOnly(boolean isHttpOnly) |
void |
setMaxAge(int maxAge) |
void |
setPath(String path) |
void |
setSecure(boolean secure) |
void |
setVersion(int version) |
public IdentityCookieConfig(String name)
public String getName()
public String getComment()
public void setComment(String comment)
public String getDomain()
public void setDomain(String domain)
public int getMaxAge()
public void setMaxAge(int maxAge)
public String getPath()
public void setPath(String path)
public boolean isSecure()
public void setSecure(boolean secure)
public int getVersion()
public void setVersion(int version)
public boolean isHttpOnly()
public void setIsHttpOnly(boolean isHttpOnly)
Copyright © 2019 WSO2. All rights reserved.