Interface SecuredEntity.ConfigPropDescriptionFactory
-
- All Known Implementing Classes:
AbstractServiceDescriptorFactory
,AlarmJournalSecurityMarker.JournalDescriptorFactory
,AuditProfileSecurityMarker.ProfileDescriptorFactory
,SecuredEntity.DefaultConfigPropDescriptionFactory
,TagHistorySecurityMarker.HistoryProviderDescriptorFactory
- Enclosing class:
- SecuredEntity
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface SecuredEntity.ConfigPropDescriptionFactory
This factory provides a list (display order will follow list order) of DescriptiveProperties for security restrictions/properties that can be set. The gateway context is provided in case the set of properties depends on the state of the system. The collection of properties can change based on the context, but you should not change the setting default values, as this could be inconsistent between calls.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DescriptiveProperty<?>>
getProperties​(GatewayContext context)
-
-
-
Method Detail
-
getProperties
java.util.List<DescriptiveProperty<?>> getProperties​(GatewayContext context)
-
-