|
Pull Up Method public init(filterConfig FilterConfig) : void from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to public init(filterConfig FilterConfig) : void from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Method private getCredentials(request HttpServletRequest) : Map<String,String> from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to private getCredentials(request HttpServletRequest) : Map<String,String> from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Method public setAuthenticationEntryPoint(authenticationEntryPoint AuthenticationEntryPoint) : void from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to public setAuthenticationEntryPoint(authenticationEntryPoint AuthenticationEntryPoint) : void from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Method public destroy() : void from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to public destroy() : void from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Method public doFilter(request ServletRequest, response ServletResponse, chain FilterChain) : void from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to public doFilter(request ServletRequest, response ServletResponse, chain FilterChain) : void from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Method private getScope(request HttpServletRequest) : Collection<String> from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to private getScope(request HttpServletRequest) : Collection<String> from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Method private performClientAuthentication(req HttpServletRequest, loginInfo Map<String,String>, clientId String) : Authentication from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to private performClientAuthentication(req HttpServletRequest, loginInfo Map<String,String>, clientId String) : Authentication from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Method private getSingleValueMap(request HttpServletRequest) : Map<String,String> from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to private getSingleValueMap(request HttpServletRequest) : Map<String,String> from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Method public setClientAuthenticationManager(clientAuthenticationManager AuthenticationManager) : void from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to public setClientAuthenticationManager(clientAuthenticationManager AuthenticationManager) : void from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Method public getClientAuthenticationManager() : AuthenticationManager from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to public getClientAuthenticationManager() : AuthenticationManager from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Attribute private logger : Log from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to protected logger : Log from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Attribute private authenticationEntryPoint : AuthenticationEntryPoint from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to protected authenticationEntryPoint : AuthenticationEntryPoint from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Attribute public CLIENT_ID : String from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to public CLIENT_ID : String from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Attribute private clientAuthenticationManager : AuthenticationManager from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to protected clientAuthenticationManager : AuthenticationManager from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |
|
Pull Up Attribute public CLIENT_SECRET : String from class org.cloudfoundry.identity.uaa.authentication.ClientParametersAuthenticationFilter to public CLIENT_SECRET : String from class org.cloudfoundry.identity.uaa.authentication.AbstractClientParametersAuthenticationFilter |
From |
To |