Class ClientUtils


  • public class ClientUtils
    extends Object
    Utility class for working with clients.
    Since:
    8.0.0
    Author:
    XIMA MEDIA GmbH, Dresden
    • Method Detail

      • isTestClient

        public static boolean isTestClient​(Mandant client)
        Determine if the given client is marked as a test client.
        Parameters:
        client - to check.
        Returns:
        true if the given client is marked as a test client and false otherwise.