|
Rename Method public getAuthenticationSession(realm RealmModel, authenticationSessionId String) : AuthenticationSessionModel renamed to public getRootAuthenticationSession(realm RealmModel, authenticationSessionId String) : RootAuthenticationSessionModel in class org.keycloak.sessions.AuthenticationSessionProvider |
From |
To |
|
Rename Method public getAuthenticationSession(realm RealmModel, authenticationSessionId String) : AuthenticationSessionModel renamed to public getRootAuthenticationSession(realm RealmModel, authenticationSessionId String) : RootAuthenticationSessionModel in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Rename Method private getAuthenticationSessionEntity(realm RealmModel, authSessionId String) : AuthenticationSessionEntity renamed to private getRootAuthenticationSessionEntity(realm RealmModel, authSessionId String) : RootAuthenticationSessionEntity in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Rename Method public invalidLoginAndBackButton() : void renamed to public testRestartCookieBackwardsCompatible() : void in class org.keycloak.testsuite.forms.RestartCookieTest |
From |
To |
|
Rename Method public createAuthenticationSession(id String, realm RealmModel, client ClientModel) : AuthenticationSessionModel renamed to public createRootAuthenticationSession(id String, realm RealmModel) : RootAuthenticationSessionModel in class org.keycloak.sessions.AuthenticationSessionProvider |
From |
To |
|
Rename Method public removeAuthenticationSession(realm RealmModel, authenticationSession AuthenticationSessionModel) : void renamed to public removeRootAuthenticationSession(realm RealmModel, authenticationSession RootAuthenticationSessionModel) : void in class org.keycloak.sessions.AuthenticationSessionProvider |
From |
To |
|
Rename Method public createAuthenticationSession(id String, realm RealmModel, client ClientModel) : AuthenticationSessionModel renamed to public createRootAuthenticationSession(id String, realm RealmModel) : RootAuthenticationSessionModel in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Rename Method public removeAuthenticationSession(realm RealmModel, authenticationSession AuthenticationSessionModel) : void renamed to public removeRootAuthenticationSession(realm RealmModel, authenticationSession RootAuthenticationSessionModel) : void in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Parameter Type authenticationSession : AuthenticationSessionModel to authenticationSession : RootAuthenticationSessionModel in method public removeRootAuthenticationSession(realm RealmModel, authenticationSession RootAuthenticationSessionModel) : void in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Parameter Type cache : Cache<String,AuthenticationSessionEntity> to cache : Cache<String,RootAuthenticationSessionEntity> in method public InfinispanAuthenticationSessionProvider(session KeycloakSession, cache Cache<String,RootAuthenticationSessionEntity>) in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Parameter Type entry : Map.Entry<String,AuthenticationSessionEntity> to entry : Map.Entry<String,RootAuthenticationSessionEntity> in method public test(entry Map.Entry<String,RootAuthenticationSessionEntity>) : boolean in class org.keycloak.models.sessions.infinispan.stream.RootAuthenticationSessionPredicate |
From |
To |
|
Change Parameter Type obj : AuthenticationSessionPredicate to obj : RootAuthenticationSessionPredicate in method public writeObject(output ObjectOutput, obj RootAuthenticationSessionPredicate) : void in class org.keycloak.models.sessions.infinispan.stream.RootAuthenticationSessionPredicate.ExternalizerImpl |
From |
To |
|
Change Parameter Type authenticationSession : AuthenticationSessionModel to authenticationSession : RootAuthenticationSessionModel in method public removeRootAuthenticationSession(realm RealmModel, authenticationSession RootAuthenticationSessionModel) : void in class org.keycloak.sessions.AuthenticationSessionProvider |
From |
To |
|
Move Method public getId() : String from class org.keycloak.models.sessions.infinispan.AuthenticationSessionAdapter to public getId() : String from class org.keycloak.models.sessions.infinispan.RootAuthenticationSessionAdapter |
From |
To |
|
Move Method public equals(o Object) : boolean from class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity to public equals(o Object) : boolean from class org.keycloak.models.sessions.infinispan.entities.RootAuthenticationSessionEntity |
From |
To |
|
Move Method public setTimestamp(timestamp int) : void from class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity to public setTimestamp(timestamp int) : void from class org.keycloak.models.sessions.infinispan.RootAuthenticationSessionAdapter |
From |
To |
|
Move Method public getTimestamp() : int from class org.keycloak.models.sessions.infinispan.AuthenticationSessionAdapter to public getTimestamp() : int from class org.keycloak.models.sessions.infinispan.RootAuthenticationSessionAdapter |
From |
To |
|
Move Method public getId() : String from class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity to public getId() : String from class org.keycloak.models.sessions.infinispan.RootAuthenticationSessionAdapter |
From |
To |
|
Move Method public getTimestamp() : int from class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity to public getTimestamp() : int from class org.keycloak.models.sessions.infinispan.RootAuthenticationSessionAdapter |
From |
To |
|
Move Method public setTimestamp(timestamp int) : void from class org.keycloak.models.sessions.infinispan.AuthenticationSessionAdapter to public setTimestamp(timestamp int) : void from class org.keycloak.models.sessions.infinispan.RootAuthenticationSessionAdapter |
From |
To |
|
Move Method public setId(id String) : void from class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity to public setId(id String) : void from class org.keycloak.models.sessions.infinispan.entities.RootAuthenticationSessionEntity |
From |
To |
|
Move Method public toString() : String from class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity to public toString() : String from class org.keycloak.models.sessions.infinispan.entities.RootAuthenticationSessionEntity |
From |
To |
|
Move Method public hashCode() : int from class org.keycloak.models.sessions.infinispan.entities.AuthenticationSessionEntity to public hashCode() : int from class org.keycloak.models.sessions.infinispan.entities.RootAuthenticationSessionEntity |
From |
To |
|
Change Return Type AuthenticationSessionModel to RootAuthenticationSessionModel in method public createRootAuthenticationSession(id String, realm RealmModel) : RootAuthenticationSessionModel in class org.keycloak.sessions.AuthenticationSessionProvider |
From |
To |
|
Change Return Type AuthenticationSessionPredicate to RootAuthenticationSessionPredicate in method public create(realm String) : RootAuthenticationSessionPredicate in class org.keycloak.models.sessions.infinispan.stream.RootAuthenticationSessionPredicate |
From |
To |
|
Change Return Type AuthenticationSessionEntity to RootAuthenticationSessionEntity in method private getRootAuthenticationSessionEntity(realm RealmModel, authSessionId String) : RootAuthenticationSessionEntity in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Return Type AuthenticationSessionPredicate to RootAuthenticationSessionPredicate in method public readObjectVersion1(input ObjectInput) : RootAuthenticationSessionPredicate in class org.keycloak.models.sessions.infinispan.stream.RootAuthenticationSessionPredicate.ExternalizerImpl |
From |
To |
|
Change Return Type AuthenticationSessionModel to RootAuthenticationSessionModel in method public createRootAuthenticationSession(id String, realm RealmModel) : RootAuthenticationSessionModel in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Return Type AuthenticationSessionPredicate to RootAuthenticationSessionPredicate in method public readObject(input ObjectInput) : RootAuthenticationSessionPredicate in class org.keycloak.models.sessions.infinispan.stream.RootAuthenticationSessionPredicate.ExternalizerImpl |
From |
To |
|
Change Return Type AuthenticationSessionModel to RootAuthenticationSessionModel in method public createAuthenticationSession(realm RealmModel, browserCookie boolean) : RootAuthenticationSessionModel in class org.keycloak.services.managers.AuthenticationSessionManager |
From |
To |
|
Change Return Type AuthenticationSessionPredicate to RootAuthenticationSessionPredicate in method public expired(expired Integer) : RootAuthenticationSessionPredicate in class org.keycloak.models.sessions.infinispan.stream.RootAuthenticationSessionPredicate |
From |
To |
|
Change Return Type AuthenticationSessionModel to RootAuthenticationSessionModel in method public getRootAuthenticationSession(realm RealmModel, authenticationSessionId String) : RootAuthenticationSessionModel in class org.keycloak.sessions.AuthenticationSessionProvider |
From |
To |
|
Change Return Type AuthenticationSessionModel to RootAuthenticationSessionModel in method public getRootAuthenticationSession(realm RealmModel, authenticationSessionId String) : RootAuthenticationSessionModel in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Return Type Cache<String,AuthenticationSessionEntity> to Cache<String,RootAuthenticationSessionEntity> in method public getCache() : Cache<String,RootAuthenticationSessionEntity> in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Variable Type authSession : AuthenticationSessionModel to rootAuthSession : RootAuthenticationSessionModel in method public createAuthenticationSession(realm RealmModel, browserCookie boolean) : RootAuthenticationSessionModel in class org.keycloak.services.managers.AuthenticationSessionManager |
From |
To |
|
Change Variable Type itr : Iterator<Map.Entry<String,AuthenticationSessionEntity>> to itr : Iterator<Map.Entry<String,RootAuthenticationSessionEntity>> in method public removeExpired(realm RealmModel) : void in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Variable Type authSession : AuthenticationSessionModel to rootAuthSession : RootAuthenticationSessionModel in method public removeAuthenticationSession(realm RealmModel, authSession AuthenticationSessionModel, expireRestartCookie boolean) : void in class org.keycloak.services.managers.AuthenticationSessionManager |
From |
To |
|
Change Variable Type authSession : AuthenticationSessionEntity to authSession : RootAuthenticationSessionEntity in method private updateAuthNotes(clEvent ClusterEvent) : void in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProviderFactory |
From |
To |
|
Change Variable Type entity : AuthenticationSessionEntity to entity : RootAuthenticationSessionEntity in method private getRootAuthenticationSessionEntity(realm RealmModel, authSessionId String) : RootAuthenticationSessionEntity in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Variable Type entity : AuthenticationSessionEntity to entity : RootAuthenticationSessionEntity in method public removeExpired(realm RealmModel) : void in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Variable Type res : AuthenticationSessionPredicate to res : RootAuthenticationSessionPredicate in method public readObjectVersion1(input ObjectInput) : RootAuthenticationSessionPredicate in class org.keycloak.models.sessions.infinispan.stream.RootAuthenticationSessionPredicate.ExternalizerImpl |
From |
To |
|
Change Variable Type entity : AuthenticationSessionEntity to entity : RootAuthenticationSessionEntity in method public createRootAuthenticationSession(id String, realm RealmModel) : RootAuthenticationSessionModel in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Variable Type authSession : AuthenticationSessionModel to authSession : RootAuthenticationSessionModel in method public testOnRealmRemoved() : void in class org.keycloak.testsuite.model.AuthenticationSessionProviderTest |
From |
To |
|
Change Variable Type itr : Iterator<Map.Entry<String,AuthenticationSessionEntity>> to itr : Iterator<Map.Entry<String,RootAuthenticationSessionEntity>> in method protected onRealmRemovedEvent(realmId String) : void in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Variable Type entity : AuthenticationSessionEntity to entity : RootAuthenticationSessionEntity in method public getRootAuthenticationSession(realm RealmModel, authenticationSessionId String) : RootAuthenticationSessionModel in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |
|
Change Variable Type entity : AuthenticationSessionEntity to entity : RootAuthenticationSessionEntity in method public test(entry Map.Entry<String,RootAuthenticationSessionEntity>) : boolean in class org.keycloak.models.sessions.infinispan.stream.RootAuthenticationSessionPredicate |
From |
To |
|
Change Attribute Type authSessionsCache : Cache<String,AuthenticationSessionEntity> to authSessionsCache : Cache<String,RootAuthenticationSessionEntity> in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProviderFactory |
From |
To |
|
Change Attribute Type cache : Cache<String,AuthenticationSessionEntity> to parent : RootAuthenticationSessionAdapter in class org.keycloak.models.sessions.infinispan.AuthenticationSessionAdapter |
From |
To |
|
Change Attribute Type realm : RealmModel to clientUUID : String in class org.keycloak.models.sessions.infinispan.AuthenticationSessionAdapter |
From |
To |
|
Change Attribute Type cache : Cache<String,AuthenticationSessionEntity> to cache : Cache<String,RootAuthenticationSessionEntity> in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProvider |
From |
To |