Uses of Interface
com.broadleafcommerce.data.tracking.core.preview.PreviewTokenDecoder
-
-
Uses of PreviewTokenDecoder in com.broadleafcommerce.data.tracking.core.preview
Classes in com.broadleafcommerce.data.tracking.core.preview that implement PreviewTokenDecoder Modifier and Type Class Description classJWTPreviewTokenDecoderA default implementation of thePreviewTokenDecoderthat decoded thePreviewTokenfrom a JWT token string. -
Uses of PreviewTokenDecoder in com.broadleafcommerce.data.tracking.core.preview.autoconfigure
Methods in com.broadleafcommerce.data.tracking.core.preview.autoconfigure that return PreviewTokenDecoder Modifier and Type Method Description PreviewTokenDecoderPreviewTokenAutoConfiguration. previewTokenDecoder(JWTPreviewTokenDecoderProperties properties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of PreviewTokenDecoder in com.broadleafcommerce.data.tracking.core.preview.context
Methods in com.broadleafcommerce.data.tracking.core.preview.context that return PreviewTokenDecoder Modifier and Type Method Description protected PreviewTokenDecoderDefaultPreviewTokenWebRequestResolver. getDecoder()Constructors in com.broadleafcommerce.data.tracking.core.preview.context with parameters of type PreviewTokenDecoder Constructor Description DefaultPreviewTokenWebRequestResolver(PreviewTokenDecoder decoder)
-