Interface DerivedSecurityLevelPolicyAdapter
- 
- All Superinterfaces:
- AuthAdapter
 
 public interface DerivedSecurityLevelPolicyAdapter extends AuthAdapter Helper APIs for each type ofDerivedSecurityLevelPolicy
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DerivedSecurityLevelPolicycreate(com.inductiveautomation.ignition.common.gson.JsonElement config)Factory method for newDerivedSecurityLevelPolicyinstances- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.auth.adapter.AuthAdaptergetType
 
- 
 
- 
- 
- 
Method Detail- 
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
 
 
- 
 
-