OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
hasPluginProvider=authProviders.stream().anyMatch((r) -> r.startsWith(SecuritySettings.PLUGIN_REALM_NAME_PREFIX));pluginAuthProviders=authProviders.stream().filter((r) -> r.startsWith(SecuritySettings.PLUGIN_REALM_NAME_PREFIX)).collect(Collectors.toList());authProviders.stream().anyMatch((r) -> r.startsWith(SecuritySettings.PLUGIN_REALM_NAME_PREFIX))authProviders.stream().filter((r) -> r.startsWith(SecuritySettings.PLUGIN_REALM_NAME_PREFIX)).collect(Collectors.toList())neo4jadab209f655751a8ab5acc00bb4ecbf0ff8e3fbaorg.neo4j.server.security.enterprise.auth.EnterpriseSecurityModule.SecurityConfig
_1316
_2324
_1hasPluginProvider
_2pluginAuthProviders
v0SecuritySettings.PLUGIN_REALM_NAME_PREFIX
v1(r)
v2r
v3authProviders
  • java.util.stream.Collectors
v0SecuritySettings.PLUGIN_REALM_NAME_PREFIX
v1(r)
v2r
v3authProviders
AssignedToTrue