|
Change Return Type XOAuthIdentityProviderDefinition<TAuthenticationFlow> to T in method public setLinkText(linkText String) : T in class org.cloudfoundry.identity.uaa.provider.AbstractXOAuthIdentityProviderDefinition |
From |
To |
|
Change Return Type XOAuthIdentityProviderDefinition<TAuthenticationFlow> to T in method public setAuthUrl(authUrl URL) : T in class org.cloudfoundry.identity.uaa.provider.AbstractXOAuthIdentityProviderDefinition |
From |
To |
|
Change Return Type Map<String,XOAuthIdentityProviderDefinition> to Map<String,AbstractXOAuthIdentityProviderDefinition> in method protected getOauthIdentityProviderDefinitions() : Map<String,AbstractXOAuthIdentityProviderDefinition> in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpoint |
From |
To |
|
Change Return Type XOAuthIdentityProviderDefinition<TAuthenticationFlow> to T in method public setShowLinkText(showLinkText boolean) : T in class org.cloudfoundry.identity.uaa.provider.AbstractXOAuthIdentityProviderDefinition |
From |
To |
|
Change Return Type Map<String,XOAuthIdentityProviderDefinition> to Map<String,AbstractXOAuthIdentityProviderDefinition> in method public getOauthIdpDefinitions() : Map<String,AbstractXOAuthIdentityProviderDefinition> in class org.cloudfoundry.identity.uaa.provider.oauth.OauthIdentityProviderDefinitionFactoryBean |
From |
To |
|
Change Return Type XOAuthIdentityProviderDefinition<TAuthenticationFlow> to T in method public setRelyingPartySecret(relyingPartySecret String) : T in class org.cloudfoundry.identity.uaa.provider.AbstractXOAuthIdentityProviderDefinition |
From |
To |
|
Change Return Type XOAuthIdentityProviderDefinition<TAuthenticationFlow> to T in method public setTokenKeyUrl(tokenKeyUrl URL) : T in class org.cloudfoundry.identity.uaa.provider.AbstractXOAuthIdentityProviderDefinition |
From |
To |
|
Change Return Type XOAuthIdentityProviderDefinition<T> to void in method private setCommonProperties(idpDefinitionMap Map, idpDefinition AbstractXOAuthIdentityProviderDefinition) : void in class org.cloudfoundry.identity.uaa.provider.oauth.OauthIdentityProviderDefinitionFactoryBean |
From |
To |
|
Change Return Type XOAuthIdentityProviderDefinition<TAuthenticationFlow> to T in method public setSkipSslValidation(skipSslValidation boolean) : T in class org.cloudfoundry.identity.uaa.provider.AbstractXOAuthIdentityProviderDefinition |
From |
To |
|
Change Return Type XOAuthIdentityProviderDefinition<TAuthenticationFlow> to T in method public setTokenUrl(tokenUrl URL) : T in class org.cloudfoundry.identity.uaa.provider.AbstractXOAuthIdentityProviderDefinition |
From |
To |
|
Change Return Type XOAuthIdentityProviderDefinition<TAuthenticationFlow> to T in method public setRelyingPartyId(relyingPartyId String) : T in class org.cloudfoundry.identity.uaa.provider.AbstractXOAuthIdentityProviderDefinition |
From |
To |
|
Change Return Type XOAuthIdentityProviderDefinition<TAuthenticationFlow> to T in method public setTokenKey(tokenKey String) : T in class org.cloudfoundry.identity.uaa.provider.AbstractXOAuthIdentityProviderDefinition |
From |
To |
|
Change Return Type OidcAuthenticationFlow to XOIDCIdentityProviderDefinition in method public setUserInfoUrl(userInfoUrl URL) : XOIDCIdentityProviderDefinition in class org.cloudfoundry.identity.uaa.provider.XOIDCIdentityProviderDefinition |
From |
To |
|
Change Variable Type oauthIdp : XOAuthIdentityProviderDefinition to oauthIdp : AbstractXOAuthIdentityProviderDefinition in method private login(model Model, principal Principal, excludedPrompts List<String>, jsonResponse boolean, request HttpServletRequest) : String in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpoint |
From |
To |
|
Change Variable Type definition : XOAuthIdentityProviderDefinition<RawOauthAuthenticationFlow> to definition : RawXOAuthIdentityProviderDefinition in method public passcode_prompt_present_whenThereIsAtleastOneActiveOauthProvider() : void in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpointTests |
From |
To |
|
Change Variable Type identityProvider : IdentityProvider<XOAuthIdentityProviderDefinition> to identityProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method public oidcCallbackEndpoint_handlesAuthorizationCode_Successfully() : void in class org.cloudfoundry.identity.uaa.login.LoginMockMvcTests |
From |
To |
|
Change Variable Type identityProvider : IdentityProvider<XOAuthIdentityProviderDefinition> to identityProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method public passcode_prompt_present_whenThereIsAtleastOneActiveOauthProvider() : void in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpointTests |
From |
To |
|
Change Variable Type identityProvider : IdentityProvider<XOAuthIdentityProviderDefinition> to identityProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method public authenticatesWithExternalCode() : void in class org.cloudfoundry.identity.uaa.provider.oauth.XOAuthAuthenticationManagerTest |
From |
To |
|
Change Variable Type config : XOAuthIdentityProviderDefinition to config : AbstractXOAuthIdentityProviderDefinition in method public authenticate(authentication Authentication) : Authentication in class org.cloudfoundry.identity.uaa.provider.oauth.XOAuthAuthenticationManager |
From |
To |
|
Change Variable Type oauthIdentityProviderDefinitions : Map<String,XOAuthIdentityProviderDefinition> to oauthIdentityProviderDefinitions : Map<String,AbstractXOAuthIdentityProviderDefinition> in method private login(model Model, principal Principal, excludedPrompts List<String>, jsonResponse boolean, request HttpServletRequest) : String in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpoint |
From |
To |
|
Change Variable Type identityProvider : IdentityProvider<XOAuthIdentityProviderDefinition> to identityProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method public oauth_provider_links_shown() : void in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpointTests |
From |
To |
|
Change Variable Type oidcProvider : IdentityProvider<XOAuthIdentityProviderDefinition<OidcAuthenticationFlow>> to oidcProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method public testPropertyValuesWhenSetInYaml() : void in class org.cloudfoundry.identity.uaa.login.BootstrapTests |
From |
To |
|
Change Variable Type definition : Map.Entry<String,XOAuthIdentityProviderDefinition> to definition : Map.Entry<String,AbstractXOAuthIdentityProviderDefinition> in method private addOauthProviders() : void in class org.cloudfoundry.identity.uaa.impl.config.IdentityProviderBootstrap |
From |
To |
|
Change Variable Type oauthProviderConfig : HashMap<String,XOAuthIdentityProviderDefinition> to oauthProviderConfig : HashMap<String,AbstractXOAuthIdentityProviderDefinition> in method public bootstrap_failsIf_samlAndOauth_haveTheSameAlias() : void in class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrapTest |
From |
To |
|
Change Variable Type oauthProvider : IdentityProvider<XOAuthIdentityProviderDefinition<RawOauthAuthenticationFlow>> to oauthProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method public testPropertyValuesWhenSetInYaml() : void in class org.cloudfoundry.identity.uaa.login.BootstrapTests |
From |
To |
|
Change Variable Type bootstrapOauthProvider : IdentityProvider<XOAuthIdentityProviderDefinition> to bootstrapOauthProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method public testRemovedOAuthIdentityProviderIsInactive() : void in class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrapTest |
From |
To |
|
Change Variable Type oidcProvider : IdentityProvider<XOAuthIdentityProviderDefinition> to oidcProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method public we_return_both_oauth_and_oidc_providers() : void in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpointTests |
From |
To |
|
Change Variable Type oauthProvider : IdentityProvider<XOAuthIdentityProviderDefinition> to oauthProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method public we_return_both_oauth_and_oidc_providers() : void in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpointTests |
From |
To |
|
Change Variable Type oauthIdentityProvider : IdentityProvider<XOAuthIdentityProviderDefinition> to oauthIdentityProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method public noSamlRedirect_ifOauthProviderAlsoPresent() : void in class org.cloudfoundry.identity.uaa.login.LoginMockMvcTests |
From |
To |
|
Change Variable Type oauthProviderConfig : HashMap<String,XOAuthIdentityProviderDefinition> to oauthProviderConfig : HashMap<String,AbstractXOAuthIdentityProviderDefinition> in method public testRemovedOAuthIdentityProviderIsInactive() : void in class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrapTest |
From |
To |
|
Change Variable Type identityProviderDefinitions : Map<String,XOAuthIdentityProviderDefinition> to identityProviderDefinitions : Map<String,AbstractXOAuthIdentityProviderDefinition> in method protected getOauthIdentityProviderDefinitions() : Map<String,AbstractXOAuthIdentityProviderDefinition> in class org.cloudfoundry.identity.uaa.login.LoginInfoEndpoint |
From |
To |
|
Change Variable Type provider : Map.Entry<String,XOAuthIdentityProviderDefinition> to provider : Map.Entry<String,AbstractXOAuthIdentityProviderDefinition> in method public testRemovedOAuthIdentityProviderIsInactive() : void in class org.cloudfoundry.identity.uaa.config.IdentityProviderBootstrapTest |
From |
To |
|
Change Variable Type identityProvider : IdentityProvider<XOAuthIdentityProviderDefinition> to identityProvider : IdentityProvider<AbstractXOAuthIdentityProviderDefinition> in method private createOIDCProvider() : void in class org.cloudfoundry.identity.uaa.integration.feature.OIDCLoginIT |
From |
To |