61650e207d61e32982af8bc294b321a45a5750fa
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private realmUnspecifiedOrMatched(token AuthenticationToken) : boolean renamed to private supportsSchemeAndRealm(token AuthenticationToken) : boolean in class org.neo4j.server.security.enterprise.auth.LdapRealm | From | To | |
Move Attribute | 1 | ||
Move Attribute private REALM_KEY : String from class org.neo4j.server.security.enterprise.auth.ShiroAuthToken to public REALM_KEY : String from class org.neo4j.kernel.api.security.AuthToken | From | To | |
Extract Attribute | 2 | ||
Extract Attribute public BASIC_SCHEME : String in class org.neo4j.kernel.api.security.AuthToken | From | To | |
Extract Attribute public LDAP_REALM : String in class org.neo4j.server.security.enterprise.auth.LdapRealm | From | To | |
Extract Method | 4 | ||
Extract Method private testAuthWithReaderUser(username String, realm String) : void extracted from private testAuthWithReaderUser() : void in class org.neo4j.server.security.enterprise.auth.integration.bolt.LdapAuthenticationIT | From | To | |
Extract Method private testCreateReaderUser(username String) : void extracted from private testCreateReaderUser() : void in class org.neo4j.server.security.enterprise.auth.integration.bolt.LdapAuthenticationIT | From | To | |
Extract Method private testAuthWithPublisherUser(username String, realm String) : void extracted from private testAuthWithPublisherUser() : void in class org.neo4j.server.security.enterprise.auth.integration.bolt.LdapAuthenticationIT | From | To | |
Extract Method private assertAuth(username String, password String, realm String) : void extracted from private assertAuth(username String, password String) : void in class org.neo4j.server.security.enterprise.auth.integration.bolt.LdapAuthenticationIT | From | To |