Class IrdetoConfiguration

    • Constructor Detail

    • Method Detail

      • getCrmId

        @Nullable() String getCrmId()

        The identifier of the CRM.

        • This identifier will be added to the license URL requests.
        Returns:

        The CRM identifier. (Nullable)

      • getTicket

        @Nullable() String getTicket()

        The ticket for registered user flows.

        • It must be present for registered user flow parameters.
        • This is not mandatory in case of free open streams.
        Returns:

        The ticket. (Nullable)

      • getAccountId

        @Nullable() String getAccountId()

        The identifier of the Irdeto account.

        • This identifier will be added to the license URL requests.
        Returns:

        The Irdeto account identifier. (Nullable)

      • getContentId

        @Nullable() String getContentId()

        The identifier of the content.

        • This identifier will be added to the license URL requests.
        Returns:

        The content identifier. (Nullable)

      • getSessionId

        @Nullable() String getSessionId()

        The identifier of the session.

        • It must be present for registered user flow parameters.
        • This is not mandatory in case of free open streams.
        Returns:

        The session identifier. (Nullable)