|
aerogear-security 1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.aerogear.security.web.filter.SecureHeadersConfig
public class SecureHeadersConfig
HTTP headers related to security For example: HSTS and Clickjacking mitigation support
| Constructor Summary | |
|---|---|
SecureHeadersConfig(javax.servlet.FilterConfig config)
|
|
| Method Summary | |
|---|---|
String |
getFrameOptions()
Allows a secure web page from host B to declare that its content (for example a button, links, text, etc.) must not be displayed in a frame ( or |
String |
getLocation()
Retrieve the Location header |
String |
getMaxAge()
Specifies the number of seconds, after the reception of the STS header field |
boolean |
hasFrameOptions()
Verify if "x-frame-options" is present |
boolean |
hasLocation()
Verify if the option "Location" is present |
boolean |
hasMaxAge()
Verify if the option "max-age" is present |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecureHeadersConfig(javax.servlet.FilterConfig config)
| Method Detail |
|---|
public String getMaxAge()
public String getLocation()
public String getFrameOptions()
public boolean hasMaxAge()
public boolean hasLocation()
public boolean hasFrameOptions()
|
aerogear-security 1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||