Interface OpenMetadataUserSecurity
- All Known Implementing Classes:
CocoPharmaSecretsSecurityConnector
public interface OpenMetadataUserSecurity
This interface is used to authenticate a user and return the properties known about them that can be included in
the resulting JWT token.
-
Method Summary
Modifier and TypeMethodDescriptiongetUserAccount
(String userId) Retrieve information about a specific user
-
Method Details
-
getUserAccount
Retrieve information about a specific user- Parameters:
userId
- calling user- Returns:
- security properties about the user
- Throws:
UserNotAuthorizedException
- user not recognized - or supplied an incorrect password
-