public static class SecurityProperties.Headers extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecurityProperties.Headers.HSTS |
Constructor and Description |
---|
SecurityProperties.Headers() |
Modifier and Type | Method and Description |
---|---|
SecurityProperties.Headers.HSTS |
getHsts() |
boolean |
isCache() |
boolean |
isContentType() |
boolean |
isFrame() |
boolean |
isXss() |
void |
setCache(boolean cache) |
void |
setContentType(boolean contentType) |
void |
setFrame(boolean frame) |
void |
setHsts(SecurityProperties.Headers.HSTS hsts) |
void |
setXss(boolean xss) |
public boolean isXss()
public void setXss(boolean xss)
public boolean isCache()
public void setCache(boolean cache)
public boolean isFrame()
public void setFrame(boolean frame)
public boolean isContentType()
public void setContentType(boolean contentType)
public SecurityProperties.Headers.HSTS getHsts()
public void setHsts(SecurityProperties.Headers.HSTS hsts)
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.