Interface DerivedSecurityLevelPolicyAdapter
- All Superinterfaces:
- AuthAdapter
Helper APIs for each type of 
DerivedSecurityLevelPolicy- 
Method SummaryModifier and TypeMethodDescriptioncreate(com.inductiveautomation.ignition.common.gson.JsonElement config) Factory method for newDerivedSecurityLevelPolicyinstancesMethods inherited from interface com.inductiveautomation.ignition.gateway.auth.adapter.AuthAdaptergetType
- 
Method Details- 
create@Nonnull DerivedSecurityLevelPolicy create(@Nonnull com.inductiveautomation.ignition.common.gson.JsonElement config) throws DerivedSecurityLevelPolicyAdapterException Factory method for newDerivedSecurityLevelPolicyinstances- Parameters:
- config- the configuration for the- DerivedSecurityLevelPolicy
- Returns:
- the new DerivedSecurityLevelPolicyinstance
- Throws:
- DerivedSecurityLevelPolicyAdapterException- if there is an unexpected problem creating the- DerivedSecurityLevelPolicy
 
 
-