Class AbstractKeyToolRequestWithKeyStoreAndAliasParametersMojo<R extends KeyToolRequestWithKeyStoreAndAliasParameters>

    • Field Detail

      • passwordProtected

        @Parameter
        private boolean passwordProtected
        Password through protected mechanism.

        See options.

        Since:
        1.2
      • alias

        @Parameter
        private java.lang.String alias
        Alias name of the entry to process.

        See options.

    • Constructor Detail

      • AbstractKeyToolRequestWithKeyStoreAndAliasParametersMojo

        protected AbstractKeyToolRequestWithKeyStoreAndAliasParametersMojo​(java.lang.Class<R> requestType)
        Constructor of abstract mojo.
        Parameters:
        requestType - type of keytool request used by the mojo