Class AuthorizationSearchParamMatcher
java.lang.Object
ca.uhn.fhir.jpa.searchparam.matcher.AuthorizationSearchParamMatcher
- All Implemented Interfaces:
IAuthorizationSearchParamMatcher
public class AuthorizationSearchParamMatcher
extends Object
implements IAuthorizationSearchParamMatcher
Adapter from
SearchParamMatcher
to our authorization version.-
Nested Class Summary
Nested classes/interfaces inherited from interface ca.uhn.fhir.rest.server.interceptor.auth.IAuthorizationSearchParamMatcher
IAuthorizationSearchParamMatcher.Match, IAuthorizationSearchParamMatcher.MatchResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AuthorizationSearchParamMatcher
-
-
Method Details
-
match
public IAuthorizationSearchParamMatcher.MatchResult match(String theQueryParameters, org.hl7.fhir.instance.model.api.IBaseResource theResource) - Specified by:
match
in interfaceIAuthorizationSearchParamMatcher
-