Toggle navigation
Home
boolean to java.util.List<org.neo4j.kernel.api.impl.schema.ValueEncoding.String>
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
authProviders.stream().anyMatch((r) -> r.startsWith(SecuritySettings.PLUGIN_REALM_NAME_PREFIX))
to
authProviders.stream().filter((r) -> r.startsWith(SecuritySettings.PLUGIN_REALM_NAME_PREFIX)).collect(Collectors.toList())
Rename Variable
hasPluginProvider
to
pluginAuthProviders
hasPluginProvider
to
pluginAuthProviders
Other
hasPluginProvider
to
!pluginAuthProviders.isEmpty()