Package com.brightcove.player.drm
Class CustomerRightsTokenConfig.Builder
- java.lang.Object
-
- com.brightcove.player.drm.CustomerRightsTokenConfig.Builder
-
- Enclosing class:
- CustomerRightsTokenConfig
public static class CustomerRightsTokenConfig.Builder extends java.lang.Object
The CustomerRightsTokenConfig Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new CustomerRightsTokenConfig.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerRightsTokenConfig
build()
Builds the CustomerRightsTokenConfig.CustomerRightsTokenConfig.Builder
setOutputProtection(OutputProtection outputProtection)
Sets output protection.
-
-
-
Method Detail
-
setOutputProtection
public CustomerRightsTokenConfig.Builder setOutputProtection(OutputProtection outputProtection)
Sets output protection.- Parameters:
outputProtection
- the output protection- Returns:
- the builder instance
-
build
public CustomerRightsTokenConfig build()
Builds the CustomerRightsTokenConfig.- Returns:
- the customer rights token config
-
-