Skip to content

Commit

Permalink
Merge pull request #2460 from ivassile/WFCORE-2712
Browse files Browse the repository at this point in the history
[WFCORE-2712] Elytron - predefined-filter must have flag required in configurable-sasl-server-factory
  • Loading branch information
bstansberry committed May 25, 2017
2 parents adfcb55 + 14b2ef9 commit a0c9f7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class SaslServerDefinitions {
.setRestartAllServices()
.build();

static final SimpleAttributeDefinition PREDEFINED_FILTER = new SimpleAttributeDefinitionBuilder(ElytronDescriptionConstants.PREDEFINED_FILTER, ModelType.STRING, true)
static final SimpleAttributeDefinition PREDEFINED_FILTER = new SimpleAttributeDefinitionBuilder(ElytronDescriptionConstants.PREDEFINED_FILTER, ModelType.STRING, false)
.setAllowExpression(true)
.setXmlName(VALUE)
.setAllowedValues(NamePredicate.names())
Expand Down

0 comments on commit a0c9f7e

Please sign in to comment.