|
Change Variable Type publicKey : PublicKey to secretKey : SecretKey in method public restartSession(session KeycloakSession, realm RealmModel, code String) : ClientSessionModel in class org.keycloak.protocol.RestartLoginCookie |
From |
To |
|
Change Variable Type k : KeyMetadata to k : RsaKeyMetadata in method public getKeyMetadata() : List<RsaKeyMetadata> in class org.keycloak.keys.AbstractRsaKeyProvider |
From |
To |
|
Change Variable Type keys : List<KeyMetadata> to keys : List<RsaKeyMetadata> in method public getRsaKeys(realm RealmModel, includeDisabled boolean) : List<RsaKeyMetadata> in class org.keycloak.keys.DefaultKeyManager |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method private setupToken(jwt JsonWebToken, session KeycloakSession, realm RealmModel, uri UriInfo, id String, type String, expiration int) : String in class org.keycloak.services.clientregistration.ClientRegistrationTokenUtils |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method public authenticated(userSession UserSessionModel, accessCode ClientSessionCode) : Response in class org.keycloak.protocol.saml.SamlProtocol |
From |
To |
|
Change Variable Type m : KeyMetadata to m : RsaKeyMetadata in method public getKeyMetadata() : KeysMetadataRepresentation in class org.keycloak.services.resources.admin.KeyResource |
From |
To |
|
Change Variable Type key : KeyMetadata to key : RsaKeyMetadata in method public getIDPMetadataDescriptor(uriInfo UriInfo, session KeycloakSession, realm RealmModel) : String in class org.keycloak.protocol.saml.SamlService |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method private createPermissionTicket(resources List<ResourceRepresentation>) : String in class org.keycloak.authorization.protection.permission.AbstractPermissionService |
From |
To |
|
Change Variable Type verifier : RSATokenVerifier to verifier : TokenVerifier in method public expireUserSessionCookie(session KeycloakSession, userSession UserSessionModel, realm RealmModel, uriInfo UriInfo, headers HttpHeaders, connection ClientConnection) : void in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method protected handleLoginResponse(samlResponse String, holder SAMLDocumentHolder, responseType ResponseType, relayState String, clientId String) : Response in class org.keycloak.broker.saml.SAMLEndpoint.Binding |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method protected logoutRequest(request LogoutRequestType, relayState String) : Response in class org.keycloak.broker.saml.SAMLEndpoint.Binding |
From |
To |
|
Change Variable Type activeKey : KeyManager.ActiveKey to activeRsaKey : KeyManager.ActiveRsaKey in method public build() : AccessTokenResponse in class org.keycloak.protocol.oidc.TokenManager.AccessTokenResponseBuilder |
From |
To |
|
Change Variable Type k : KeyMetadata to k : RsaKeyMetadata in method public certs() : Response in class org.keycloak.protocol.oidc.OIDCLoginProtocolService |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method private buildLogoutBinding(session KeycloakSession, userSession UserSessionModel, realm RealmModel) : JaxrsSAML2BindingBuilder in class org.keycloak.broker.saml.SAMLIdentityProvider |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method private createBindingBuilder(samlClient SamlClient) : JaxrsSAML2BindingBuilder in class org.keycloak.protocol.saml.SamlProtocol |
From |
To |
|
Change Variable Type activeKey : KeyManager.ActiveKey to activeRsaKey : KeyManager.ActiveRsaKey in method public encodeToken(session KeycloakSession, realm RealmModel, token Object) : String in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method public finishLogout(userSession UserSessionModel) : Response in class org.keycloak.protocol.saml.SamlProtocol |
From |
To |
|
Change Variable Type activeKey : KeyManager.ActiveKey to activeKey : KeyManager.ActiveHmacKey in method protected encodeToken(session KeycloakSession, realm RealmModel, token Object) : String in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Variable Type publicKey : PublicKey to secretKey : SecretKey in method public expireUserSessionCookie(session KeycloakSession, userSession UserSessionModel, realm RealmModel, uriInfo UriInfo, headers HttpHeaders, connection ClientConnection) : void in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Variable Type keys : Set<KeyMetadata> to keys : Set<RsaKeyMetadata> in method public getIDPDescriptorForClient(session KeycloakSession, realm RealmModel, client ClientModel, serverBaseUri URI) : String in class org.keycloak.protocol.saml.installation.SamlIDPDescriptorClientInstallation |
From |
To |
|
Change Variable Type keys : Set<KeyMetadata> to keys : Set<RsaKeyMetadata> in method public getIDPMetadataDescriptor(uriInfo UriInfo, session KeycloakSession, realm RealmModel) : String in class org.keycloak.protocol.saml.SamlService |
From |
To |
|
Change Variable Type key : KeyMetadata to key : RsaKeyMetadata in method public getIDPDescriptorForClient(session KeycloakSession, realm RealmModel, client ClientModel, serverBaseUri URI) : String in class org.keycloak.protocol.saml.installation.SamlIDPDescriptorClientInstallation |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method protected logoutRequest(logoutRequest LogoutRequestType, client ClientModel, relayState String) : Response in class org.keycloak.protocol.saml.SamlService.BindingProtocol |
From |
To |
|
Change Variable Type verifier : RSATokenVerifier to verifier : TokenVerifier in method protected verifyIdentityToken(session KeycloakSession, realm RealmModel, uriInfo UriInfo, connection ClientConnection, checkActive boolean, checkTokenType boolean, tokenString String, headers HttpHeaders) : AuthResult in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to activeKey : KeyManager.ActiveHmacKey in method public encode(session KeycloakSession, realm RealmModel) : String in class org.keycloak.protocol.RestartLoginCookie |
From |
To |
|
Change Variable Type keys : Set<KeyMetadata> to keys : Set<RsaKeyMetadata> in method public export(uriInfo UriInfo, realm RealmModel, format String) : Response in class org.keycloak.broker.saml.SAMLIdentityProvider |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method public performLogin(request AuthenticationRequest) : Response in class org.keycloak.broker.saml.SAMLIdentityProvider |
From |
To |
|
Change Variable Type keys : KeyManager.ActiveKey to keys : KeyManager.ActiveRsaKey in method public frontchannelLogout(userSession UserSessionModel, clientSession ClientSessionModel) : Response in class org.keycloak.protocol.saml.SamlProtocol |
From |
To |
|
Change Variable Type publicKeys : List<KeyMetadata> to publicKeys : List<RsaKeyMetadata> in method public certs() : Response in class org.keycloak.protocol.oidc.OIDCLoginProtocolService |
From |
To |
|
Change Variable Type key : KeyMetadata to key : RsaKeyMetadata in method public export(uriInfo UriInfo, realm RealmModel, format String) : Response in class org.keycloak.broker.saml.SAMLIdentityProvider |
From |
To |
|
Rename Method public getPublicKey(realm RealmModel, kid String) : PublicKey renamed to public getRsaPublicKey(realm RealmModel, kid String) : PublicKey in class org.keycloak.models.KeyManager |
From |
To |
|
Rename Method public getActiveKey(realm RealmModel) : ActiveKey renamed to public getActiveRsaKey(realm RealmModel) : ActiveRsaKey in class org.keycloak.models.KeyManager |
From |
To |
|
Rename Method public getCertificate(realm RealmModel, kid String) : Certificate renamed to public getRsaCertificate(realm RealmModel, kid String) : Certificate in class org.keycloak.keys.DefaultKeyManager |
From |
To |
|
Rename Method public getActiveKey(realm RealmModel) : ActiveKey renamed to public getActiveRsaKey(realm RealmModel) : ActiveRsaKey in class org.keycloak.keys.DefaultKeyManager |
From |
To |
|
Rename Method public getPublicKey(realm RealmModel, kid String) : PublicKey renamed to public getRsaPublicKey(realm RealmModel, kid String) : PublicKey in class org.keycloak.keys.DefaultKeyManager |
From |
To |
|
Rename Method public getKeys(realm RealmModel, includeDisabled boolean) : List<KeyMetadata> renamed to public getRsaKeys(realm RealmModel, includeDisabled boolean) : List<RsaKeyMetadata> in class org.keycloak.models.KeyManager |
From |
To |
|
Rename Method public getCertificate(realm RealmModel, kid String) : Certificate renamed to public getRsaCertificate(realm RealmModel, kid String) : Certificate in class org.keycloak.models.KeyManager |
From |
To |
|
Rename Method public getKeys(realm RealmModel, includeDisabled boolean) : List<KeyMetadata> renamed to public getRsaKeys(realm RealmModel, includeDisabled boolean) : List<RsaKeyMetadata> in class org.keycloak.keys.DefaultKeyManager |
From |
To |
|
Rename Method private getActiveKeyId() : String renamed to private getActiveKeyProvider() : String in class org.keycloak.testsuite.adapter.servlet.AbstractOIDCPublicKeyRotationAdapterTest |
From |
To |
|
Rename Variable oldKeyId : String to oldActiveKeyProviderId : String in method public testPublicKeyCacheInvalidatedWhenPushedNotBefore() : void in class org.keycloak.testsuite.adapter.servlet.AbstractOIDCPublicKeyRotationAdapterTest |
From |
To |
|
Rename Variable publicKey : PublicKey to secretKey : SecretKey in method public expireUserSessionCookie(session KeycloakSession, userSession UserSessionModel, realm RealmModel, uriInfo UriInfo, headers HttpHeaders, connection ClientConnection) : void in class org.keycloak.services.managers.AuthenticationManager |
From |
To |
|
Rename Variable activeKey : KeyManager.ActiveKey to activeRsaKey : KeyManager.ActiveRsaKey in method public build() : AccessTokenResponse in class org.keycloak.protocol.oidc.TokenManager.AccessTokenResponseBuilder |
From |
To |
|
Rename Variable oldKeyId : String to oldActiveKeyProviderId : String in method public testPublicKeyCacheTtl() : void in class org.keycloak.testsuite.adapter.servlet.AbstractOIDCPublicKeyRotationAdapterTest |
From |
To |
|
Rename Variable publicKey : PublicKey to secretKey : SecretKey in method public restartSession(session KeycloakSession, realm RealmModel, code String) : ClientSessionModel in class org.keycloak.protocol.RestartLoginCookie |
From |
To |
|
Rename Variable keys : KeyManager.ActiveKey to activeKey : KeyManager.ActiveHmacKey in method public encode(session KeycloakSession, realm RealmModel) : String in class org.keycloak.protocol.RestartLoginCookie |
From |
To |
|
Rename Variable activeKey : KeyManager.ActiveKey to activeRsaKey : KeyManager.ActiveRsaKey in method public encodeToken(session KeycloakSession, realm RealmModel, token Object) : String in class org.keycloak.protocol.oidc.TokenManager |
From |
To |
|
Rename Variable active : boolean to activeRsa : boolean in method private getProviders(realm RealmModel) : List<KeyProvider> in class org.keycloak.keys.DefaultKeyManager |
From |
To |