Interface TenantAuthentication

All Known Implementing Classes:
PublicApiTenantAuthentication

public interface TenantAuthentication
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    authenticateTenant(String username, String tenant)
    Authenticate user against tenant
  • Method Details

    • authenticateTenant

      boolean authenticateTenant(String username, String tenant)
      Authenticate user against tenant
      Parameters:
      username - String
      tenant - String
      Returns:
      true => authenticated, false => not authenticated