|
Change Parameter Type profiles : List<U> to profiles : List<CommonProfile> in method public isAuthorized(context WebContext, profiles List<CommonProfile>) : boolean in class org.pac4j.core.authorization.authorizer.csrf.CsrfAuthorizer |
From |
To |
|
Change Parameter Type profile : U to profile : CommonProfile in method protected check(context WebContext, profile CommonProfile, element HTTP_METHOD) : boolean in class org.pac4j.core.authorization.authorizer.CheckHttpMethodAuthorizer |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : U in method public generate(profile U) : void in class org.pac4j.core.authorization.generator.SpringSecurityPropertiesAuthorizationGenerator |
From |
To |