Toggle navigation
Home
org.neo4j.logging.Log to org.neo4j.kernel.impl.enterprise.SecurityLog
No. of Instances - 4
No. of Commits - 3
No. of Projects - {'neo4j'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
String.format("LDAP user search for user principal '%s' is ambiguous. The first match that will be checked " + "for group membership is '%s' " + "but the search also matches '%s'. Please check your LDAP realm configuration.",username,searchResult.toString(),((SearchResult)result.next()).toString())
to
withRealm(format("LDAP user search for user principal '%s' is ambiguous. The first match that will " + "be checked for group membership is '%s' but the search also matches '%s'. " + "Please check your LDAP realm configuration.",username,searchResult.toString(),result.next().toString()))
logProvider.getLog(getClass())
to
securityLog
Rename Variable
log
to
securityLog
log
to
securityLog
log
to
securityLog
log
to
securityLog