@FunctionalInterface
public interface DerivedSecurityLevelPolicyAdapter
DerivedSecurityLevelPolicy| Modifier and Type | Method and Description |
|---|---|
DerivedSecurityLevelPolicy |
create(com.google.gson.JsonElement config)
Factory method for new
DerivedSecurityLevelPolicy instances |
@Nonnull DerivedSecurityLevelPolicy create(@Nonnull com.google.gson.JsonElement config) throws DerivedSecurityLevelPolicyAdapterException
DerivedSecurityLevelPolicy instancesconfig - the configuration for the DerivedSecurityLevelPolicyDerivedSecurityLevelPolicy instanceDerivedSecurityLevelPolicyAdapterException - if there is an unexpected problem creating the
DerivedSecurityLevelPolicy