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 |
UsernamePasswordCredentials
User-pass credentials represent the usual OpenMRS authentication credentials made of a pair username + password.
|
Modifier and Type | Method and Description |
---|---|
Authenticated |
UsernamePasswordAuthenticationScheme.authenticate(Credentials credentials) |
Authenticated |
UserContext.authenticate(Credentials credentials)
Authenticate user with the provided credentials.
|
static Authenticated |
Context.authenticate(Credentials credentials) |
Authenticated |
AuthenticationScheme.authenticate(Credentials credentials) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.