018d79ee75d8363fafb9f5a5a0b26278bf51b1c1
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class org.neo4j.server.security.enterprise.auth.plugin.api.AuthorizationExpired renamed to org.neo4j.server.security.enterprise.auth.plugin.api.AuthorizationExpiredException | From | To | |
Rename Attribute | 1 | ||
Rename Attribute authTimeout : ThrowingConsumer<HttpServletResponse,IOException> to authProviderTimeout : ThrowingConsumer<HttpServletResponse,IOException> in class org.neo4j.server.rest.dbms.AuthorizationEnabledFilter | From | To | |
Extract Method | 3 | ||
Extract Method private isAuthorizationExceptionAnLdapReadTimeout(e AuthorizationException) : boolean extracted from protected doGetAuthorizationInfo(principals PrincipalCollection) : AuthorizationInfo in class org.neo4j.server.security.enterprise.auth.LdapRealm | From | To | |
Extract Method private isExceptionAnLdapConnectionTimeout(e Exception) : boolean extracted from protected queryForAuthenticationInfo(token AuthenticationToken, ldapContextFactory LdapContextFactory) : AuthenticationInfo in class org.neo4j.server.security.enterprise.auth.LdapRealm | From | To | |
Extract Method private isExceptionAnLdapReadTimeout(e Exception) : boolean extracted from protected queryForAuthenticationInfo(token AuthenticationToken, ldapContextFactory LdapContextFactory) : AuthenticationInfo in class org.neo4j.server.security.enterprise.auth.LdapRealm | From | To |