public interface OpenMetadataServerSecurity
| Modifier and Type | Method and Description |
|---|---|
void |
validateUserAsServerAdmin(String userId)
Check that the calling user is authorized to update the configuration for a server.
|
void |
validateUserAsServerInvestigator(String userId)
Check that the calling user is authorized to issue operator requests to the OMAG Server.
|
void |
validateUserAsServerOperator(String userId)
Check that the calling user is authorized to issue operator requests to the OMAG Server.
|
void |
validateUserForServer(String userId)
Check that the calling user is authorized to issue a (any) request to the OMAG Server.
|
void validateUserForServer(String userId) throws UserNotAuthorizedException
userId - calling userUserNotAuthorizedException - the user is not authorized to access this functionvoid validateUserAsServerAdmin(String userId) throws UserNotAuthorizedException
userId - calling userUserNotAuthorizedException - the user is not authorized to change configurationvoid validateUserAsServerOperator(String userId) throws UserNotAuthorizedException
userId - calling userUserNotAuthorizedException - the user is not authorized to issue operator commands to this servervoid validateUserAsServerInvestigator(String userId) throws UserNotAuthorizedException
userId - calling userUserNotAuthorizedException - the user is not authorized to issue diagnostic commands to this serverCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.