|
Rename Parameter matcherName : String to matcherNames : String in method public matches(context WebContext, matcherNames String, matchersMap Map<String,Matcher>) : boolean in class org.pac4j.core.matching.MatchingChecker |
From |
To |
|
Rename Parameter authorizerName : String to authorizerNames : String in method public isAuthorized(context WebContext, profile UserProfile, authorizerNames String, authorizersMap Map<String,Authorizer>) : boolean in class org.pac4j.core.authorization.checker.DefaultAuthorizationChecker |
From |
To |
|
Rename Parameter clientName : String to clientNames : String in method public find(clients Clients, context WebContext, clientNames String) : List<Client> in class org.pac4j.core.client.finder.ClientFinder |
From |
To |
|
Rename Parameter matcherName : String to matcherNames : String in method public matches(context WebContext, matcherNames String, matchersMap Map<String,Matcher>) : boolean in class org.pac4j.core.matching.DefaultMatchingChecker |
From |
To |
|
Rename Parameter authorizerName : String to authorizerNames : String in method public isAuthorized(context WebContext, profile UserProfile, authorizerNames String, authorizersMap Map<String,Authorizer>) : boolean in class org.pac4j.core.authorization.checker.AuthorizationChecker |
From |
To |
|
Rename Parameter clientName : String to clientNames : String in method public find(clients Clients, context WebContext, clientNames String) : List<Client> in class org.pac4j.core.client.finder.DefaultClientFinder |
From |
To |