public static interface AttributeRegistry.AttributeDefinitionFilter
AttributeRegistry.getByFilter(AttributeDefinitionFilter)
method.Modifier and Type | Method and Description |
---|---|
boolean |
accept(eu.eidas.auth.commons.attribute.AttributeDefinition<?> attributeDefinition)
Tests if a specified
AttributeDefinition should be included in a result. |
boolean accept(@Nonnull eu.eidas.auth.commons.attribute.AttributeDefinition<?> attributeDefinition)
AttributeDefinition
should be included in a result.attributeDefinition
- the attribute definition to test.true
if and only if the AttributeDefinition
should be included in the result;
false
otherwise.Copyright © 2020. All Rights Reserved.