Package | Description |
---|---|
org.openmrs.api.context |
This package describes the context framework through which
authentication is performed and services provided for the OpenMRS system.
|
org.openmrs.hl7 |
OpenMRS HL7 module.
|
Modifier and Type | Method and Description |
---|---|
static UserContext |
Context.getUserContext()
Gets the user context from the thread local.
|
Modifier and Type | Method and Description |
---|---|
static void |
Context.setUserContext(UserContext ctx)
Sets the user context on the thread local so that the service layer can perform
authentication/authorization checks.
TODO Make thread-safe because this might be accessed by several thread at the same time. |
Modifier and Type | Method and Description |
---|---|
UserContext |
Hl7InArchivesMigrateThread.getUserContext() |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.