Interface OpenMetadataUserSecurity


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 Details

    • getUserAccount

      OpenMetadataUserAccount getUserAccount(String userId) throws org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException
      Retrieve information about a specific user
      Parameters:
      userId - calling user
      Returns:
      security properties about the user
      Throws:
      org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException - user not recognized - or supplied an incorrect password