|
Push Down Method public passwordHash() : byte[] from class org.neo4j.kernel.impl.security.Credential to public passwordHash() : byte[] from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Push Down Method public equals(o Object) : boolean from class org.neo4j.kernel.impl.security.Credential to public equals(o Object) : boolean from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Push Down Method public hashCode() : int from class org.neo4j.kernel.impl.security.Credential to public hashCode() : int from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Push Down Method public matchesPassword(password String) : boolean from class org.neo4j.kernel.impl.security.Credential to public matchesPassword(password String) : boolean from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Push Down Method private byteEquals(actual byte[], given byte[]) : boolean from class org.neo4j.kernel.impl.security.Credential to private byteEquals(actual byte[], given byte[]) : boolean from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Push Down Method public salt() : byte[] from class org.neo4j.kernel.impl.security.Credential to public salt() : byte[] from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Push Down Method public forPassword(password String) : Credential from class org.neo4j.kernel.impl.security.Credential to public forPassword(password String) : LegacyCredential from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Push Down Method public Credential(salt byte[], passwordHash byte[]) from class org.neo4j.kernel.impl.security.Credential to public LegacyCredential(salt byte[], passwordHash byte[]) from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Push Down Method public toString() : String from class org.neo4j.kernel.impl.security.Credential to public toString() : String from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Push Down Method private randomSalt() : byte[] from class org.neo4j.kernel.impl.security.Credential to private randomSalt() : byte[] from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Push Down Method private hash(salt byte[], password String) : byte[] from class org.neo4j.kernel.impl.security.Credential to private hash(salt byte[], password String) : byte[] from class org.neo4j.kernel.impl.security.LegacyCredential |
From |
To |
|
Change Variable Type sameCredential : Credential to sameCredential : LegacyCredential in method public testEquals() : void in class org.neo4j.kernel.impl.security.LegacyCredentialTest |
From |
To |
|
Change Variable Type abc : Credential to abc : LegacyCredential in method public shouldBuildImmutableUser() : void in class org.neo4j.server.security.auth.UserTest |
From |
To |
|
Change Variable Type fruit : Credential to fruit : LegacyCredential in method public shouldBuildImmutableUser() : void in class org.neo4j.server.security.auth.UserTest |
From |
To |
|
Change Variable Type credential : Credential to credential : LegacyCredential in method public testInaccessibleCredentials() : void in class org.neo4j.kernel.impl.security.LegacyCredentialTest |
From |
To |
|
Change Variable Type credential : Credential to credential : LegacyCredential in method public testEquals() : void in class org.neo4j.kernel.impl.security.LegacyCredentialTest |
From |
To |
|
Change Variable Type credential : Credential to credential : LegacyCredential in method public testMatchesPassword() : void in class org.neo4j.kernel.impl.security.LegacyCredentialTest |
From |
To |