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.api.db.hibernate |
Resources for Hibernate ORM.
|
Modifier and Type | Method and Description |
---|---|
User |
UserContext.authenticate(java.lang.String username,
java.lang.String password,
ContextDAO contextDAO)
Authenticate the user to this UserContext.
|
void |
Context.setContextDAO(ContextDAO dao)
Used to set the context's DAO for the application.
|
static void |
Context.setDAO(ContextDAO dao) |
Modifier and Type | Class and Description |
---|---|
class |
HibernateContextDAO
Hibernate specific implementation of the
ContextDAO . |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.