public interface PropertyProvider
Modifier and Type | Field and Description |
---|---|
static PropertyProvider |
DEFAULT_PROVIDER
A property provider which always returns empty property values, indicating
default behavior.
|
Modifier and Type | Method and Description |
---|---|
<T> Collection<T> |
getPropertyValues(PropertyDefinition<T> d)
Get the property values associated with the specified property definition.
|
static final PropertyProvider DEFAULT_PROVIDER
<T> Collection<T> getPropertyValues(PropertyDefinition<T> d) throws IllegalArgumentException
Implementations are not required to validate the values that they provide. Specifically:
T
- The underlying type of the property.d
- The Property definition.IllegalArgumentException
- If this property provider does not recognise the requested
property definition.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.