public interface PropertyProvider
Modifier and Type | Method and Description |
---|---|
<T> Collection<T> |
getPropertyValues(PropertyDefinition<T> d)
Get the property values associated with the specified property
definition.
|
<T> Collection<T> getPropertyValues(PropertyDefinition<T> d)
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-2020 ForgeRock AS.