Interface DerivedSecurityLevelPolicyAdapter
- 
- All Superinterfaces:
 AuthAdapter
public interface DerivedSecurityLevelPolicyAdapter extends AuthAdapter
Helper APIs for each type ofDerivedSecurityLevelPolicy 
- 
- 
Method Summary
All 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.AuthAdapter
getType 
 - 
 
 - 
 
- 
- 
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 theDerivedSecurityLevelPolicy- Returns:
 - the new 
DerivedSecurityLevelPolicyinstance - Throws:
 DerivedSecurityLevelPolicyAdapterException- if there is an unexpected problem creating theDerivedSecurityLevelPolicy
 
 - 
 
 -