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 boolean
canEqual(Object other)
boolean
equals(Object o)
String
getValue()
int
hashCode()
boolean
isEnabled()
void
setEnabled(boolean enabled)
void
setValue(String value)
String
toString()
-
-
-
Constructor Detail
-
DirectiveValue
public DirectiveValue(String value)
-
DirectiveValue
public DirectiveValue()
-
-