|
Move And Rename Method private getJavaAlgorithm(sigAlgName String) : String from class org.keycloak.testsuite.util.TokenSignatureUtil to public convertAlgorithmToECDomainParmNistRep(algorithm String) : String from class org.keycloak.keys.AbstractEcdsaKeyProviderFactory |
From |
To |
|
Move And Rename Method protected getSignature(sigAlgName String) : Signature from class org.keycloak.jose.jws.AbstractTokenSignatureProvider to public parseRefreshToken(refreshToken String) : RefreshToken from class org.keycloak.testsuite.util.OAuthClient |
From |
To |
|
Move And Rename Method protected getSignature(sigAlgName String) : Signature from class org.keycloak.jose.jws.EcdsaTokenSignatureProvider to public parseRefreshToken(refreshToken String) : RefreshToken from class org.keycloak.testsuite.util.OAuthClient |
From |
To |
|
Move And Rename Method private createKeyWrapper() : KeyWrapper from class org.keycloak.keys.FailsafeEcdsaKeyProvider to private findKey(jsonWebKeySet JSONWebKeySet, algoritm String, kid String) : KeyWrapper from class org.keycloak.testsuite.util.OAuthClient |
From |
To |
|
Move And Rename Method private createKeyWrapper() : KeyWrapper from class org.keycloak.keys.FailsafeRsaKeyProvider to private findKey(jsonWebKeySet JSONWebKeySet, algoritm String, kid String) : KeyWrapper from class org.keycloak.testsuite.util.OAuthClient |
From |
To |
|
Move And Rename Method private createAndAddProvider(realm RealmModel, providerId String, sigAlgName String) : void from class org.keycloak.models.utils.DefaultTokenSignatureProviders to public createFallbackKeys(session KeycloakSession, keyUse KeyUse, algorithm String) : boolean from class org.keycloak.keys.GeneratedAesKeyProviderFactory |
From |
To |
|
Change Parameter Type algorithms : Set<String> to algorithm : String in method public setAlgorithm(algorithm String) : void in class org.keycloak.representations.idm.KeysMetadataRepresentation.KeyMetadataRepresentation |
From |
To |
|
Change Parameter Type algorithms : Set<String> to algorithm : String in method public setAlgorithm(algorithm String) : void in class org.keycloak.crypto.KeyWrapper |
From |
To |
|
Change Parameter Type encoding : StringBuffer to encoding : StringBuilder in method protected encodeAll(encoding StringBuilder, signature byte[]) : String in class org.keycloak.jose.jws.JWSBuilder |
From |
To |
|
Change Parameter Type encoding : StringBuffer to encoding : StringBuilder in method protected encode(sigAlgName String, data byte[], encoding StringBuilder) : void in class org.keycloak.jose.jws.JWSBuilder |
From |
To |
|
Change Parameter Type encoding : StringBuffer to encoding : StringBuilder in method protected encode(alg Algorithm, data byte[], encoding StringBuilder) : void in class org.keycloak.jose.jws.JWSBuilder |
From |
To |
|
Change Parameter Type tokenManager : TokenManager to tokenManager : org.keycloak.protocol.oidc.TokenManager in method public UserInfoEndpoint(tokenManager org.keycloak.protocol.oidc.TokenManager, realm RealmModel) in class org.keycloak.protocol.oidc.endpoints.UserInfoEndpoint |
From |
To |
|
Move Attribute private EXCLUDE_SESSION_STATE_FROM_AUTH_RESPONSE : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public EXCLUDE_SESSION_STATE_FROM_AUTH_RESPONSE : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Move Attribute public REQUEST_OBJECT_REQUIRED_REQUEST : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public REQUEST_OBJECT_REQUIRED_REQUEST : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Move Attribute private ID_TOKEN_SIGNED_RESPONSE_ALG : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public ID_TOKEN_SIGNED_RESPONSE_ALG : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Move Attribute private REQUEST_OBJECT_SIGNATURE_ALG : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public REQUEST_OBJECT_SIGNATURE_ALG : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Move Attribute private JWKS_URL : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public JWKS_URL : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Move Attribute public REQUEST_OBJECT_REQUIRED_REQUEST_OR_REQUEST_URI : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public REQUEST_OBJECT_REQUIRED_REQUEST_OR_REQUEST_URI : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Move Attribute private REQUEST_OBJECT_REQUIRED : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public REQUEST_OBJECT_REQUIRED : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Move Attribute private USER_INFO_RESPONSE_SIGNATURE_ALG : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public USER_INFO_RESPONSE_SIGNATURE_ALG : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Move Attribute public REQUEST_OBJECT_REQUIRED_REQUEST_URI : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public REQUEST_OBJECT_REQUIRED_REQUEST_URI : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Move Attribute private USE_JWKS_URL : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public USE_JWKS_URL : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Move Attribute private USE_MTLS_HOK_TOKEN : String from class org.keycloak.protocol.oidc.OIDCAdvancedConfigWrapper to public USE_MTLS_HOK_TOKEN : String from class org.keycloak.protocol.oidc.OIDCConfigAttributes |
From |
To |
|
Change Variable Type identityToken : AccessToken to identityCookieToken : IdentityCookieToken in method public createLoginCookie(keycloakSession KeycloakSession, realm RealmModel, user UserModel, session UserSessionModel, uriInfo UriInfo, connection ClientConnection) : void in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Variable Type initialToken : JsonWebToken to initialToken : InitialAccessToken in method public createInitialAccessToken(session KeycloakSession, realm RealmModel, model ClientInitialAccessModel) : String in class org.keycloak.services.clientregistration.ClientRegistrationTokenUtils |
From |
To |
|
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method public sign(algorithm Algorithm, privateKey PrivateKey) : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder |
From |
To |
|
Change Variable Type verifier : RSATokenVerifier to verifier : TokenVerifier<AccessToken> in method private issueUserInfo(tokenString String) : Response in class org.keycloak.protocol.oidc.endpoints.UserInfoEndpoint |
From |
To |
|
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method public none() : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder |
From |
To |
|
Change Variable Type verifier : RSATokenVerifier to verifier : TokenVerifier<AccessToken> in method protected verifyAccessToken(token String) : AccessToken in class org.keycloak.protocol.oidc.AccessTokenIntrospectionProvider |
From |
To |
|
Change Variable Type token : AccessToken to token : IdentityCookieToken in method public createIdentityToken(keycloakSession KeycloakSession, realm RealmModel, user UserModel, session UserSessionModel, issuer String) : IdentityCookieToken in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method public hmac256(sharedSecret byte[]) : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder |
From |
To |
|
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method public hmac384(sharedSecret SecretKey) : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder |
From |
To |
|
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method public hmac384(sharedSecret byte[]) : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder |
From |
To |
|
Change Variable Type algorithmType : AlgorithmType to algorithm : String in method public verifyIdentityToken(session KeycloakSession, realm RealmModel, uriInfo UriInfo, connection ClientConnection, checkActive boolean, checkTokenType boolean, isCookie boolean, tokenString String, headers HttpHeaders) : AuthResult in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Variable Type keys1 : PublicKey to keys1 : Map<String,String> in method public providerOrder() : void in class org.keycloak.testsuite.keys.KeyRotationTest |
From |
To |
|
Change Variable Type responseBuilder : TokenManager.AccessTokenResponseBuilder to responseBuilder : org.keycloak.protocol.oidc.TokenManager.AccessTokenResponseBuilder in method public authenticated(userSession UserSessionModel, clientSessionCtx ClientSessionContext) : Response in class org.keycloak.protocol.oidc.OIDCLoginProtocol |
From |
To |
|
Change Variable Type kid : String to verifierContext : SignatureVerifierContext in method private issueUserInfo(tokenString String) : Response in class org.keycloak.protocol.oidc.endpoints.UserInfoEndpoint |
From |
To |
|
Change Variable Type k : RsaKeyMetadata to k : KeyWrapper in method public certs() : Response in class org.keycloak.protocol.oidc.OIDCLoginProtocolService |
From |
To |
|
Change Variable Type tokenManager : TokenManager to tokenManager : org.keycloak.protocol.oidc.TokenManager in method public authenticated(userSession UserSessionModel, clientSessionCtx ClientSessionContext) : Response in class org.keycloak.protocol.oidc.OIDCLoginProtocol |
From |
To |
|
Change Variable Type keys2 : PublicKey to keys2 : Map<String,String> in method public providerOrder() : void in class org.keycloak.testsuite.keys.KeyRotationTest |
From |
To |
|
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method public hmac512(sharedSecret byte[]) : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder |
From |
To |
|
Change Variable Type key2 : PublicKey to keys2 : Map<String,String> in method public testTokens() : void in class org.keycloak.testsuite.keys.KeyRotationTest |
From |
To |
|
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method public hmac256(sharedSecret SecretKey) : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder |
From |
To |
|
Change Variable Type key1 : PublicKey to keys1 : Map<String,String> in method public testTokens() : void in class org.keycloak.testsuite.keys.KeyRotationTest |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveRsaKey to signer : SignatureSignerContext in method public updateTokenSignature(session KeycloakSession, auth ClientRegistrationAuth) : String in class org.keycloak.services.clientregistration.ClientRegistrationTokenUtils |
From |
To |
|
Change Variable Type buffer : StringBuffer to buffer : StringBuilder in method public hmac512(sharedSecret SecretKey) : String in class org.keycloak.jose.jws.JWSBuilder.EncodingBuilder |
From |
To |
|
Rename Method public offlineTokenRequest_RealmRS512_ClientRS384_EffectiveRS384() : void renamed to public offlineTokenRequest_RealmRS512_ClientRS384() : void in class org.keycloak.testsuite.oauth.OfflineTokenTest |
From |
To |
|
Rename Method public tokenRefreshRequest_RealmRS256_ClientES256_EffectiveES256() : void renamed to public tokenRefreshRequest_RealmRS256_ClientES256_EffectiveRS256() : void in class org.keycloak.testsuite.oauth.RefreshTokenTest |
From |
To |
|
Rename Method public setAlgorithms(algorithms Set<String>) : void renamed to public setAlgorithm(algorithm String) : void in class org.keycloak.representations.idm.KeysMetadataRepresentation.KeyMetadataRepresentation |
From |
To |
|
Rename Method public verifyRefreshToken(refreshToken String) : RefreshToken renamed to public parseRefreshToken(refreshToken String) : RefreshToken in class org.keycloak.testsuite.OAuthClient |
From |
To |
|
Rename Method public setAlgorithms(algorithms Set<String>) : void renamed to public setAlgorithm(algorithm String) : void in class org.keycloak.crypto.KeyWrapper |
From |
To |
|
Rename Method public getAlgorithms() : Set<String> renamed to public getAlgorithm() : String in class org.keycloak.crypto.KeyWrapper |
From |
To |
|
Rename Method public tokenRefreshRequest_RealmRS256_ClientES512_EffectiveES512() : void renamed to public tokenRefreshRequest_RealmRS256_ClientES512_EffectiveRS256() : void in class org.keycloak.testsuite.oauth.RefreshTokenTest |
From |
To |
|
Rename Method public getAlgorithms() : Set<String> renamed to public getAlgorithm() : String in class org.keycloak.representations.idm.KeysMetadataRepresentation.KeyMetadataRepresentation |
From |
To |
|
Rename Method public tokenRefreshRequest_RealmRS256_ClientRS512_EffectiveRS512() : void renamed to public tokenRefreshRequest_RealmRS256_ClientRS512_EffectiveRS256() : void in class org.keycloak.testsuite.oauth.RefreshTokenTest |
From |
To |
|
Rename Method public changeClientTokenSignatureProvider(clientResource ClientResource, adminClient Keycloak, toSigAlgName String) : void renamed to public changeClientIdTokenSignatureProvider(clientResource ClientResource, toSigAlgName String) : void in class org.keycloak.testsuite.util.TokenSignatureUtil |
From |
To |
|
Rename Method public registerTokenSignatureProvider(sigAlgName String, adminClient Keycloak, testContext TestContext) : void renamed to public registerKeyProvider(realm String, ecNistRep String, adminClient Keycloak, testContext TestContext) : void in class org.keycloak.testsuite.util.TokenSignatureUtil |
From |
To |
|
Rename Method public backchannelLogoutRequest_RealmRS384_ClientRS512_EffectiveRS512() : void renamed to public backchannelLogoutRequest_RealmRS384_ClientRS512() : void in class org.keycloak.testsuite.oauth.LogoutTest |
From |
To |
|
Rename Variable kid : String to verifierContext : SignatureVerifierContext in method private issueUserInfo(tokenString String) : Response in class org.keycloak.protocol.oidc.endpoints.UserInfoEndpoint |
From |
To |
|
Rename Variable identityToken : AccessToken to identityCookieToken : IdentityCookieToken in method public createLoginCookie(keycloakSession KeycloakSession, realm RealmModel, user UserModel, session UserSessionModel, uriInfo UriInfo, connection ClientConnection) : void in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Rename Variable key2 : PublicKey to keys2 : Map<String,String> in method public testTokens() : void in class org.keycloak.testsuite.keys.KeyRotationTest |
From |
To |
|
Rename Variable key1 : PublicKey to keys1 : Map<String,String> in method public testTokens() : void in class org.keycloak.testsuite.keys.KeyRotationTest |
From |
To |
|
Rename Variable algorithmType : AlgorithmType to algorithm : String in method public verifyIdentityToken(session KeycloakSession, realm RealmModel, uriInfo UriInfo, connection ClientConnection, checkActive boolean, checkTokenType boolean, isCookie boolean, tokenString String, headers HttpHeaders) : AuthResult in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Rename Variable keys : KeyManager.ActiveRsaKey to signer : SignatureSignerContext in method public updateTokenSignature(session KeycloakSession, auth ClientRegistrationAuth) : String in class org.keycloak.services.clientregistration.ClientRegistrationTokenUtils |
From |
To |
|
Change Return Type PublicKey to Map<String,String> in method private createKeys(priority String) : Map<String,String> in class org.keycloak.testsuite.keys.KeyRotationTest |
From |
To |
|
Change Return Type Set<String> to String in method public getAlgorithm() : String in class org.keycloak.representations.idm.KeysMetadataRepresentation.KeyMetadataRepresentation |
From |
To |
|
Change Return Type AccessToken to IdentityCookieToken in method public createIdentityToken(keycloakSession KeycloakSession, realm RealmModel, user UserModel, session UserSessionModel, issuer String) : IdentityCookieToken in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Return Type Signature to RefreshToken in method public parseRefreshToken(refreshToken String) : RefreshToken in class org.keycloak.testsuite.util.OAuthClient |
From |
To |
|
Change Return Type PublicKey to Map<String,String> in method private createKeys1() : Map<String,String> in class org.keycloak.testsuite.keys.KeyRotationTest |
From |
To |
|
Change Return Type void to boolean in method public createFallbackKeys(session KeycloakSession, keyUse KeyUse, algorithm String) : boolean in class org.keycloak.keys.GeneratedAesKeyProviderFactory |
From |
To |
|
Change Return Type PublicKey to Map<String,String> in method private createKeys2() : Map<String,String> in class org.keycloak.testsuite.keys.KeyRotationTest |
From |
To |
|
Change Return Type Set<String> to String in method public getAlgorithm() : String in class org.keycloak.crypto.KeyWrapper |
From |
To |