|
Move Method public setResponseHeader(name String, value String) : void from class org.pac4j.core.context.BaseResponseContext to public setResponseHeader(name String, value String) : void from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Method public getResponseStatus() : int from class org.pac4j.core.context.BaseResponseContext to public getResponseStatus() : int from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Method public getResponseContentType() : String from class org.pac4j.core.context.BaseResponseContext to public getResponseContentType() : String from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Method public getResponseHeaders() : Map<String,String> from class org.pac4j.core.context.BaseResponseContext to public getResponseHeaders() : Map<String,String> from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Method public setResponseStatus(code int) : void from class org.pac4j.core.context.BaseResponseContext to public setResponseStatus(code int) : void from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Method public writeResponseContent(content String) : void from class org.pac4j.core.context.BaseResponseContext to public writeResponseContent(content String) : void from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Method public setResponseContentType(content String) : void from class org.pac4j.core.context.BaseResponseContext to public setResponseContentType(content String) : void from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Method public addResponseCookie(cookie Cookie) : void from class org.pac4j.core.context.BaseResponseContext to public addResponseCookie(cookie Cookie) : void from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Method public getResponseContent() : String from class org.pac4j.core.context.BaseResponseContext to public getResponseContent() : String from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Method public getResponseLocation() : String from class org.pac4j.core.context.BaseResponseContext to public getResponseLocation() : String from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Change Return Type RequiresHttpAction to HttpAction in method public status(message String, status int, context WebContext) : HttpAction in class org.pac4j.core.exception.HttpAction |
From |
To |
|
Change Return Type RequiresHttpAction to HttpAction in method public redirect(message String, context WebContext, url String) : HttpAction in class org.pac4j.core.exception.HttpAction |
From |
To |
|
Change Return Type RequiresHttpAction to HttpAction in method public unauthorizedDigest(message String, context WebContext, realmName String, qop String, nonce String) : HttpAction in class org.pac4j.core.exception.HttpAction |
From |
To |
|
Change Return Type Object to R in method public adapt(code int, context WebContext) : R in class org.pac4j.core.http.HttpActionAdapter |
From |
To |
|
Change Return Type RequiresHttpAction to HttpAction in method public unauthorized(message String, context WebContext, realmName String) : HttpAction in class org.pac4j.core.exception.HttpAction |
From |
To |
|
Change Return Type RequiresHttpAction to HttpAction in method private handleInvalidCredentials(context WebContext, username String, message String, errorMessage String, errorCode int) : HttpAction in class org.pac4j.http.client.indirect.FormClient |
From |
To |
|
Change Return Type RequiresHttpAction to HttpAction in method public ok(message String, context WebContext) : HttpAction in class org.pac4j.core.exception.HttpAction |
From |
To |
|
Change Return Type RequiresHttpAction to HttpAction in method public ok(message String, context WebContext, content String) : HttpAction in class org.pac4j.core.exception.HttpAction |
From |
To |
|
Change Return Type RequiresHttpAction to HttpAction in method public forbidden(message String, context WebContext) : HttpAction in class org.pac4j.core.exception.HttpAction |
From |
To |
|
Move Attribute protected responseStatus : int from class org.pac4j.core.context.BaseResponseContext to protected responseStatus : int from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Attribute protected responseContentType : String from class org.pac4j.core.context.BaseResponseContext to protected responseContentType : String from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Attribute protected responseCookies : Collection<Cookie> from class org.pac4j.core.context.BaseResponseContext to protected responseCookies : Collection<Cookie> from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Attribute protected responseContent : String from class org.pac4j.core.context.BaseResponseContext to protected responseContent : String from class org.pac4j.core.context.MockWebContext |
From |
To |
|
Move Attribute protected responseHeaders : Map<String,String> from class org.pac4j.core.context.BaseResponseContext to protected responseHeaders : Map<String,String> from class org.pac4j.core.context.MockWebContext |
From |
To |