Class AuthorizationInterceptor

java.lang.Object
ca.uhn.fhir.rest.server.interceptor.auth.AuthorizationInterceptor
All Implemented Interfaces:
IRuleApplier

public class AuthorizationInterceptor extends Object implements IRuleApplier
This class is a base class for interceptors which can be used to inspect requests and responses to determine whether the calling user has permission to perform the given action.

See the HAPI FHIR Documentation on Server Security for information on how to use this interceptor.

See Also: