-
public final class CustomerRightsTokenConfig
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 public class
CustomerRightsTokenConfig.Builder
The CustomerRightsTokenConfig Builder.
-
Field Summary
Fields Modifier and Type Field Description private final OutputProtection
outputProtection
-
Method Summary
Modifier and Type Method Description OutputProtection
getOutputProtection()
Gets the output protection. static CustomerRightsTokenConfig
empty()
-
-
Method Detail
-
getOutputProtection
@Nullable() OutputProtection getOutputProtection()
Gets the output protection.
-
empty
static CustomerRightsTokenConfig empty()
-
-
-
-