public interface OpenMetadataPlatformSecurity
| Modifier and Type | Method and Description |
|---|---|
void |
validateUserAsInvestigatorForPlatform(String userId)
Check that the calling user is authorized to issue operator requests to the OMAG Server Platform.
|
void |
validateUserAsOperatorForPlatform(String userId)
Check that the calling user is authorized to issue operator requests to the OMAG Server Platform.
|
void |
validateUserForNewServer(String userId)
Check that the calling user is authorized to create new servers.
|
void validateUserForNewServer(String userId) throws UserNotAuthorizedException
userId - calling userUserNotAuthorizedException - the user is not authorized to access this platformvoid validateUserAsOperatorForPlatform(String userId) throws UserNotAuthorizedException
userId - calling userUserNotAuthorizedException - the user is not authorized to issue operator commands to this platformvoid validateUserAsInvestigatorForPlatform(String userId) throws UserNotAuthorizedException
userId - calling userUserNotAuthorizedException - the user is not authorized to issue diagnostic commands to this platformCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.