public class GlobalMapValueValidator extends Object implements ServiceAttributeValidator
com.sun.identity.agents.config.someglobalmapprop=somevalue
Note, can have only *one* global value:
-where value has no brackets or context root key and is just a value
-also allow a global value format: "=SomeValue" etc, which
includes an equal sign since in property file style an entry like
com.sun.someprop=ALL would have a value "=SomeValue"
-can not have a blank r.h.s like "= "
-can not have space inside characters of r.h.s, like "= some space"
This validator accepts all the values accepted by MapValueValidator and
additionally accepts global format style values.
See the MapValueValidator.java class for non global map
regular expressions and examples of acceptable values.Constructor and Description |
---|
GlobalMapValueValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
validate(Set<String> values)
Returns
true if values are of global map format. |
public boolean validate(Set<String> values)
true
if values are of global map format.validate
in interface ServiceAttributeValidator
values
- the set of values to be validatedtrue
if values are of global map format.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.