Class AuthorizationServerProperties.ContentSecurityPolicyProperties.DirectiveValue
- java.lang.Object
-
- com.broadleafcommerce.auth.user.autoconfigure.AuthorizationServerProperties.ContentSecurityPolicyProperties.DirectiveValue
-
- Enclosing class:
- AuthorizationServerProperties.ContentSecurityPolicyProperties
public static class AuthorizationServerProperties.ContentSecurityPolicyProperties.DirectiveValue extends Object
Represents the configuration for a particular 'directive' (ex: should 'default-src' be provided, and what should its value be?).
-
-
Constructor Summary
Constructors Constructor Description DirectiveValue()DirectiveValue(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetValue()inthashCode()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetValue(String value)StringtoString()
-
-
-
Constructor Detail
-
DirectiveValue
public DirectiveValue(String value)
-
DirectiveValue
public DirectiveValue()
-
-