src/main/java/org/opensearch/security/securityconf/DynamicConfigModelV7.java [85:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public DynamicConfigModelV7(ConfigV7 config, Settings opensearchSettings, Path configPath, InternalAuthenticationBackend iab) {
        super();
        this.config = config;
        this.opensearchSettings =  opensearchSettings;
        this.configPath = configPath;
        this.iab = iab;
        buildAAA();
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/opensearch/security/securityconf/DynamicConfigModelV6.java [85:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public DynamicConfigModelV6(ConfigV6 config, Settings opensearchSettings, Path configPath, InternalAuthenticationBackend iab) {
        super();
        this.config = config;
        this.opensearchSettings =  opensearchSettings;
        this.configPath = configPath;
        this.iab = iab;
        buildAAA();
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



