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.ObjectThe 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 CustomerRightsTokenConfigbuild()Builds the CustomerRightsTokenConfig.CustomerRightsTokenConfig.BuildersetOutputProtection(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
-
-