|
Change Parameter Type httpActionAdapter : HttpActionAdapter<R> to httpActionAdapter : HttpActionAdapter<R,C> in method public perform(context C, config Config, httpActionAdapter HttpActionAdapter<R,C>, inputDefaultUrl String, inputMultiProfile Boolean, inputRenewSession Boolean) : R in class org.pac4j.core.engine.DefaultCallbackLogic |
From |
To |
|
Change Parameter Type httpActionAdapter : HttpActionAdapter<R> to httpActionAdapter : HttpActionAdapter<R,C> in method public perform(context C, config Config, securityGrantedAccessAdapter SecurityGrantedAccessAdapter<R,C>, httpActionAdapter HttpActionAdapter<R,C>, clients String, authorizers String, matchers String, inputMultiProfile Boolean, parameters Object...) : R in class org.pac4j.core.engine.DefaultSecurityLogic |
From |
To |
|
Change Parameter Type httpActionAdapter : HttpActionAdapter<R> to httpActionAdapter : HttpActionAdapter<R,C> in method public perform(context C, config Config, httpActionAdapter HttpActionAdapter<R,C>, defaultUrl String, multiProfile Boolean, renewSession Boolean) : R in class org.pac4j.core.engine.CallbackLogic |
From |
To |
|
Change Parameter Type httpActionAdapter : HttpActionAdapter<R> to httpActionAdapter : HttpActionAdapter<R,C> in method public perform(context C, config Config, securityGrantedAccessAdapter SecurityGrantedAccessAdapter<R,C>, httpActionAdapter HttpActionAdapter<R,C>, clients String, authorizers String, matchers String, multiProfile Boolean, parameters Object...) : R in class org.pac4j.core.engine.SecurityLogic |
From |
To |
|
Change Parameter Type httpActionAdapter : HttpActionAdapter<R> to httpActionAdapter : HttpActionAdapter<R,C> in method public perform(context C, config Config, httpActionAdapter HttpActionAdapter<R,C>, defaultUrl String, inputLogoutUrlPattern String) : R in class org.pac4j.core.engine.DefaultApplicationLogoutLogic |
From |
To |
|
Change Parameter Type httpActionAdapter : HttpActionAdapter<R> to httpActionAdapter : HttpActionAdapter<R,C> in method public perform(context C, config Config, httpActionAdapter HttpActionAdapter<R,C>, defaultUrl String, logoutUrlPattern String) : R in class org.pac4j.core.engine.ApplicationLogoutLogic |
From |
To |