-
public class CustomerRightsTokenConfig.Builder
The CustomerRightsTokenConfig Builder.
-
-
Field Summary
Fields Modifier and Type Field Description private OutputProtection
outputProtection
-
Constructor Summary
Constructors Constructor Description CustomerRightsTokenConfig.Builder()
Instantiates a new CustomerRightsTokenConfig.Builder.
-
Method Summary
Modifier and Type Method Description CustomerRightsTokenConfig.Builder
setOutputProtection(OutputProtection outputProtection)
Sets output protection. CustomerRightsTokenConfig
build()
Builds the CustomerRightsTokenConfig. -
-
Method Detail
-
setOutputProtection
CustomerRightsTokenConfig.Builder setOutputProtection(OutputProtection outputProtection)
Sets output protection.
- Parameters:
outputProtection
- the output protection
-
build
CustomerRightsTokenConfig build()
Builds the CustomerRightsTokenConfig.
-
-
-
-