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(String username,
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateContextDAO
Hibernate specific implementation of the
ContextDAO . |
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.