Uses of Class
ca.uhn.fhir.rest.server.exceptions.AuthenticationException
-
Uses of AuthenticationException in ca.uhn.fhir.rest.server.exceptions
Modifier and TypeMethodDescriptionAuthenticationException.addAuthenticateHeaderForRealm
(String theRealm) Adds aWWW-Authenticate
header to the response, of the form:
WWW-Authenticate: Basic realm="theRealm"