public class RequiredValueValidator extends Object implements ServiceAttributeValidator
Constructor and Description |
---|
RequiredValueValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
validate(Set<String> values)
Returns true if values is not empty and does not contain empty string.
|
public boolean validate(Set<String> values)
validate
in interface ServiceAttributeValidator
values
- the set of values to be validatedCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.