Package org.keycloak.headers
Class DefaultSecurityHeadersOptions
- java.lang.Object
- 
- org.keycloak.headers.DefaultSecurityHeadersOptions
 
- 
- All Implemented Interfaces:
- SecurityHeadersOptions
 
 public class DefaultSecurityHeadersOptions extends Object implements SecurityHeadersOptions 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultSecurityHeadersOptions()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityHeadersOptionsallowAnyFrameAncestor()SecurityHeadersOptionsallowEmptyContentType()SecurityHeadersOptionsallowFrameSrc(String source)booleanisAllowEmptyContentType()SecurityHeadersOptionsskipHeaders()
 
- 
- 
- 
Method Detail- 
allowFrameSrcpublic SecurityHeadersOptions allowFrameSrc(String source) - Specified by:
- allowFrameSrcin interface- SecurityHeadersOptions
 
 - 
allowAnyFrameAncestorpublic SecurityHeadersOptions allowAnyFrameAncestor() - Specified by:
- allowAnyFrameAncestorin interface- SecurityHeadersOptions
 
 - 
skipHeaderspublic SecurityHeadersOptions skipHeaders() - Specified by:
- skipHeadersin interface- SecurityHeadersOptions
 
 - 
allowEmptyContentTypepublic SecurityHeadersOptions allowEmptyContentType() - Specified by:
- allowEmptyContentTypein interface- SecurityHeadersOptions
 
 - 
isAllowEmptyContentTypepublic boolean isAllowEmptyContentType() 
 
- 
 
-