62fafcb379f96bb6850f1b4cbb0339072fe0f9f6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private decryptPassword(encryptedPassword String) : String from class org.apache.guacamole.auth.cas.AuthenticationProviderService to private decryptPassword(encryptedPassword String) : String from class org.apache.guacamole.auth.cas.ticket.TicketValidationService | From | To | |
Rename Variable | 1 | ||
Rename Variable principal : AttributePrincipal to ticketCredentials : Credentials in method public authenticateUser(credentials Credentials) : AuthenticatedUser in class org.apache.guacamole.auth.cas.AuthenticationProviderService | From | To | |
Change Return Type | 1 | ||
Change Return Type AttributePrincipal to Credentials in method public validateTicket(ticket String) : Credentials in class org.apache.guacamole.auth.cas.ticket.TicketValidationService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type principal : AttributePrincipal to ticketCredentials : Credentials in method public authenticateUser(credentials Credentials) : AuthenticatedUser in class org.apache.guacamole.auth.cas.AuthenticationProviderService | From | To |