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