OriginalCompleteBefore | OriginalCompleteAfter | Before | After | Project | Commit | CompilationUnit | LineNos | Names | TemplateVariableToCodeBefore | RelevantImports | TemplateVariableToCodeAfter | isRelevant | isSafe | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
return PluginApiAuthToken.of(principal,credentials != null ? StandardCharsets.UTF_8.decode(ByteBuffer.wrap(credentials)).array() : null,parameters); | return PluginApiAuthToken.of(principal,credentials != null ? credentials.toCharArray() : null,parameters); | StandardCharsets.UTF_8.decode(ByteBuffer.wrap(credentials)).array() | credentials.toCharArray() | neo4j | e7456378e2029d6c240bbff304614c33cc3e622d | org.neo4j.server.security.enterprise.auth.plugin.PluginApiAuthToken |
|
|
|
|
| Uses | True |