4921503ff1a80c59f873f1d208ee0c991606678a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type authManager : EnterpriseAuthAndUserManager to authManager : MultiRealmAuthManager in method package StandardEnterpriseAuthSubject(authManager MultiRealmAuthManager, shiroSubject ShiroSubject) in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseAuthSubject | From | To | |
Rename Variable | 1 | ||
Rename Variable hasRole : boolean to info : AuthorizationInfo in method public allowsProcedureWith(roleNames String[]) : boolean in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseAuthSubject | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute hasRoles : boolean[] to authorizationInfoSnapshot : Collection<AuthorizationInfo> in method public allowsProcedureWith(roleNames String[]) : boolean in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseAuthSubject | From | To | |
Change Variable Type | 2 | ||
Change Variable Type hasRoles : boolean[] to authorizationInfoSnapshot : Collection<AuthorizationInfo> in method public allowsProcedureWith(roleNames String[]) : boolean in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseAuthSubject | From | To | |
Change Variable Type hasRole : boolean to info : AuthorizationInfo in method public allowsProcedureWith(roleNames String[]) : boolean in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseAuthSubject | From | To | |
Extract Method | 1 | ||
Extract Method private assertAllowedProcedure1() : void extracted from public shouldBeAbleToUseProcedureAllowedAnnotationWithLdapGroupToRoleMapping() : void in class org.neo4j.server.security.enterprise.auth.integration.bolt.LdapAuthenticationIT | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type authManager : EnterpriseAuthAndUserManager to authManager : MultiRealmAuthManager in class org.neo4j.server.security.enterprise.auth.StandardEnterpriseAuthSubject | From | To |