9be6777685d6ff4f808fde1131be16ae703b7a9a
Files Diff
- Added: 9
- Removed: 4
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected nonceNotUsedErrorExpected() : void renamed to protected validateNonceNotUsedErrorExpected() : void in class org.keycloak.testsuite.oidc.flows.AbstractOIDCResponseTypeTest | From | To | |
Move Class | 4 | ||
Move Class org.keycloak.testsuite.oidc.resptype.AbstractOIDCResponseTypeTest moved to org.keycloak.testsuite.oidc.flows.AbstractOIDCResponseTypeTest | From | To | |
Move Class org.keycloak.testsuite.oidc.resptype.OIDCImplicitResponseTypeIDTokenTest moved to org.keycloak.testsuite.oidc.flows.OIDCImplicitResponseTypeIDTokenTest | From | To | |
Move Class org.keycloak.testsuite.oidc.resptype.OIDCBasicResponseTypeCodeTest moved to org.keycloak.testsuite.oidc.flows.OIDCBasicResponseTypeCodeTest | From | To | |
Move Class org.keycloak.testsuite.oidc.resptype.OIDCHybridResponseTypeCodeIDTokenTest moved to org.keycloak.testsuite.oidc.flows.OIDCHybridResponseTypeCodeIDTokenTest | From | To | |
Extract Variable | 1 | ||
Extract Variable responseBuilder : TokenManager.AccessTokenResponseBuilder in method public authenticated(userSession UserSessionModel, accessCode ClientSessionCode) : Response from class org.keycloak.protocol.oidc.OIDCLoginProtocol | From | To | |
Change Package | 1 | ||
Change Package org.keycloak.testsuite.oidc.resptype to org.keycloak.testsuite.oidc.flows | From | To | |
Extract Method | 4 | ||
Extract Method public sign(algorithm Algorithm, privateKey PrivateKey) : String extracted from public rsa384(privateKey PrivateKey) : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder | From | To | |
Extract Method public sign(algorithm Algorithm, privateKey PrivateKey) : String extracted from public rsa256(privateKey PrivateKey) : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder | From | To | |
Extract Method protected loginUser(nonce String) : EventRepresentation extracted from protected nonceMatches() : void in class org.keycloak.testsuite.oidc.flows.AbstractOIDCResponseTypeTest | From | To | |
Extract Method public sign(algorithm Algorithm, privateKey PrivateKey) : String extracted from public rsa512(privateKey PrivateKey) : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder | From | To |