Package com.brightcove.player.drm
Class CustomerRightsTokenConfig
- java.lang.Object
-
- com.brightcove.player.drm.CustomerRightsTokenConfig
-
public final class CustomerRightsTokenConfig extends java.lang.Object
An immutable CustomerRightsToken configuration class which can be used to set additional and optional parameters when renting or purchasing a DRM license.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomerRightsTokenConfig.Builder
The CustomerRightsTokenConfig Builder.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerRightsTokenConfig
empty()
OutputProtection
getOutputProtection()
Gets the output protection.
-
-
-
Method Detail
-
empty
public static CustomerRightsTokenConfig empty()
-
getOutputProtection
@Nullable public OutputProtection getOutputProtection()
Gets the output protection.- Returns:
- the output protection
-
-