b40827221e3a66c52448b55056dfdebd676d5431
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Attribute | 1 | ||
| Pull Up Attribute public NBF : String from class org.pac4j.oidc.profile.azuread.AzureAdIdTokenAttributesDefinition to public NBF : String from class org.pac4j.oidc.profile.OidcIdTokenAttributesDefinition | From | To | |
| Move Attribute | 3 | ||
| Move Attribute private ACCESS_TOKEN : String from class org.pac4j.oidc.profile.OidcProfile to public ACCESS_TOKEN : String from class org.pac4j.oidc.profile.OidcAttributesDefinition | From | To | |
| Move Attribute private REFRESH_TOKEN : String from class org.pac4j.oidc.profile.OidcProfile to public REFRESH_TOKEN : String from class org.pac4j.oidc.profile.OidcAttributesDefinition | From | To | |
| Move Attribute private ID_TOKEN : String from class org.pac4j.oidc.profile.OidcProfile to public ID_TOKEN : String from class org.pac4j.oidc.profile.OidcAttributesDefinition | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.pac4j.oidc.profile.OidcIdTokenAttributesDefinition from classes [org.pac4j.oidc.profile.azuread.AzureAdIdTokenAttributesDefinition] | From | To | |
| Extract Variable | 2 | ||
| Extract Variable refreshToken : RefreshToken in method public create(credentials OidcCredentials, context WebContext) : U from class org.pac4j.oidc.profile.creator.OidcProfileCreator | From | To | |
| Extract Variable code : AuthorizationCode in method public validate(credentials OidcCredentials, context WebContext) : void from class org.pac4j.oidc.credentials.authenticator.OidcAuthenticator | From | To |