Class OakAuthorizableUuidHelper

  • All Implemented Interfaces:
    io.wcm.devops.conga.generator.spi.handlebars.HelperPlugin<Object>, io.wcm.devops.conga.generator.spi.Plugin

    public final class OakAuthorizableUuidHelper
    extends Object
    implements io.wcm.devops.conga.generator.spi.handlebars.HelperPlugin<Object>
    Handlebars helper that builds a password hash for a given password string of an Oak JCR user.
    • Constructor Detail

      • OakAuthorizableUuidHelper

        public OakAuthorizableUuidHelper()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface io.wcm.devops.conga.generator.spi.Plugin
      • apply

        public Object apply​(Object context,
                            com.github.jknack.handlebars.Options options,
                            io.wcm.devops.conga.generator.spi.handlebars.context.HelperContext pluginContext)
                     throws IOException
        Specified by:
        apply in interface io.wcm.devops.conga.generator.spi.handlebars.HelperPlugin<Object>
        Throws:
        IOException