Package | Description |
---|---|
org.openmrs.api.context |
This package describes the context framework through which
authentication is performed and services provided for the OpenMRS system.
|
Modifier and Type | Class and Description |
---|---|
class |
DaoAuthenticationScheme
Base class for authentication schemes that intend to leverage OpenMRS'
ContextDAO . |
class |
UsernamePasswordAuthenticationScheme
Default OpenMRS authentication scheme to login with OpenMRS' usernames and passwords.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationScheme |
Context.getAuthenticationScheme()
OpenMRS provides its default authentication scheme that authenticates via DAO with OpenMRS usernames and passwords.
|
Constructor and Description |
---|
UserContext(AuthenticationScheme authenticationScheme)
Creates a user context based on the provided auth. scheme.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.