Class EntitlementPropertyProvider
- java.lang.Object
-
- be.personify.util.properties.provider.EntitlementPropertyProvider
-
- Direct Known Subclasses:
EntitlementAdministratorPropertyProvider,FilePropertyProvider,StaticPropertyProvider
public abstract class EntitlementPropertyProvider extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,String>configuration
-
Constructor Summary
Constructors Constructor Description EntitlementPropertyProvider(Map<String,String> configuration)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Map<String,String>getProperties(EntitlementPropertyFilter filter, Locale locale)abstract voidvalidateConfiguration(Map<String,String> configuration)
-