|
Change Return Type HttpProfile to CommonProfile in method protected retrieveUserProfile(credentials C, context WebContext) : CommonProfile in class org.pac4j.http.client.direct.DirectHttpClient |
From |
To |
|
Change Return Type ProfileCreator<C,HttpProfile> to ProfileCreator<C,CommonProfile> in method public getProfileCreator() : ProfileCreator<C,CommonProfile> in class org.pac4j.http.client.direct.DirectHttpClient |
From |
To |
|
Change Return Type BaseClient<UsernamePasswordCredentials,HttpProfile> to BaseClient<UsernamePasswordCredentials,CommonProfile> in method protected newClient() : BaseClient<UsernamePasswordCredentials,CommonProfile> in class org.pac4j.cas.client.rest.AbstractCasRestClient |
From |
To |
|
Change Return Type BaseClient<AnonymousCredentials,HttpProfile> to BaseClient<AnonymousCredentials,CommonProfile> in method protected newClient() : BaseClient<AnonymousCredentials,CommonProfile> in class org.pac4j.http.client.direct.AnonymousClient |
From |
To |